#CCFAF4

Color #CCFAF4 Foam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foam #CCFAF4

Tints of Foam #CCFAF4

Color information

#CCFAF4 (or 0xCCFAF4) is unknown color: approx Foam. HEX triplet: CC, FA and F4. RGB value is (204,250,244). Sum of RGB (Red+Green+Blue) = 204+250+244=698 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.23% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAF4 is #33050B. Grayscale: #EBEBEB. Windows color (decimal): -3343628 or 16054988. OLE color: 16054988.

HSL color Cylindrical-coordinate representation of color #CCFAF4: hue angle of 172.17º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAF4 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB204250244-
CMYK0.1800.020.02
HSL172.17º82.14%89.02%-
HSV(B)172.17º18.4%98.04%-
XYZ75.4287.7498.55-
YUV235.56132.76105.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 29.23%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 244 (95.70% from 255) = 34.96%
R=29.23%
G=35.82%
B=34.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502440.1800.020.02172.1782.1489.02
HexCCFAF412022ac5259
Octal31437236422022254122131
Binary11001100111110101111010010010010101010110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAF4; }

 p { color: rgb(204,250,244); }

 H1.HeaderClassName
 {
   color: #CCFAF4;
 }
 .AnyTagClassName
 {
   color: #CCFAF4;
 }
</style>
background-color css

<style>
 a { background-color: #CCFAF4; }

 a { background-color: rgb(204,250,244); }

 div.DivClassName
 {
   background-color: #CCFAF4;
 }
 .BgClassName
 {
   background-color: #CCFAF4;
 }
</style>
border-color css

<style>
 span { border-color: #CCFAF4; }

 span { border-color: rgb(204,250,244); }

 td.TdClassName
 {
   border-color: #CCFAF4;
 }
 .TagClassName
 {
   border-color: #CCFAF4;
 }
</style>