COLOR #CCFAFA

HEX: #CCFAFA RGB: (204,250,250)

Color info

#CCFAFA contains red, green and blue colors in about the same proportion. Web safe color of #CCFAFA is #CCFFFF (or #CFF).

RGB color model

#CCFAFA color RGB value is (204,250,250).

RGB: (204,250,250) (80%, 98%, 98%)

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 250 of 255 = 98%

204
250
250

R + G + B ~ 92%. #CCFAFA is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 250 + 250 = 704 (100%)
R 204 of 704 ~ 28.98%
G 250 of 704 ~ 35.51%
B 250 of 704 ~ 35.51'%

%28.98
%35.51
%35.51

CMYK color model

#CCFAFA color CMYK value is (18,0,0,2).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (18,0,0,2)
C18M0Y0K2 (18%, 0%, 0%, 2%)
(0.18 / 0.00 / 0.00 / 0.02)

CMYK percentages

%18.4
%0
%0
%1.96

Codes

Color #CCFAFA in popluar color models

CC FA FA
RGB 204 250 250
HSL 180° 82.14% 89.02%
HSB/HSV 180° 18.40% 98.04%
CMYK 18.40% 0.00% 0.00%
1.96%

Color #CCFAFA in popluar number systems.

HEX CC FA FA
Decimal 204 250 250
Binary 11001100 11111010 11111010
Octal 314 372 372

Shades and tints

Shades of #CCFAFA

#CCFAFA
(204,250,250)
#BAE4E4
(186,228,228)
#A8CECE
(168,206,206)
#96B8B8
(150,184,184)
#84A2A2
(132,162,162)
#728C8C
(114,140,140)
#607676
(96,118,118)
#4E6060
(78,96,96)
#3C4A4A
(60,74,74)
#2A3434
(42,52,52)
#181E1E
(24,30,30)
#000000
(0,0,0)

Tints of #CCFAFA

#CCFAFA
(204,250,250)
#D0FAFA
(208,250,250)
#D4FAFA
(212,250,250)
#D8FAFA
(216,250,250)
#DCFAFA
(220,250,250)
#E0FAFA
(224,250,250)
#E4FAFA
(228,250,250)
#E8FAFA
(232,250,250)
#ECFAFA
(236,250,250)
#F0FAFA
(240,250,250)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFAFA color. Also use rgb(204,250,250) instead hex code.

Text Font Color

.myTextColor { color: #CCFAFA; }

<p style="color:#CCFAFA">This sample text font color is #CCFAFA.</p>

This text font color is #CCFAFA.

Background Color

.myBgColor { background-color: #CCFAFA; }

<div style="background-color:#CCFAFA">Inner text</div>

This div background color is #CCFAFA.

Border color

.myBorderColor { border: 1px solid #CCFAFA; }

<div style="border:3px solid #CCFAFA">Div</div>

This div border color is #CCFAFA.

Opacity

.myOpacity80 { color: #CCFAFA; opacity: 0.8; }

<p style="color:#CCFAFA;opacity:0.8;">80%</p>

Text with #CCFAFA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCFAFA;}

<p style="text-shadow: 3px 3px 1px #CCFAFA">Text here.</p>

This text has shadow with #CCFAFA color.


.textShadow {text-shadow: 3px 3px 1px #CCFAFA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCFAFA, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCFAFA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCFAFA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCFAFA, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCFAFA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCFAFA;
-webkit-box-shadow: 1px 1px 3px 2px #CCFAFA;
box-shadow: 1px 1px 3px 2px #CCFAFA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCFAFA; -webkit-box-shadow: 1px 1px 3px 2px #CCFAFA; box-shadow:1px 1px 3px 2px #CCFAFA;">
Div content here
</div>

This div box has shadow with color #CCFAFA.

Preview

Color preview on black background

This text has color #CCFAFA on black background.


Color preview on white background

This text has color #CCFAFA on white background.


Black color preview on #CCFAFA background

This text has black color on #CCFAFA background.


White color preview on #CCFAFA background

This text has white color on #CCFAFA background.


Related colors

Complementary color

Complementary color for #hex is #330505.


I love getcolorcode.com