#CCFBF5

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

Shades of Foam #CCFBF5

Tints of Foam #CCFBF5

Color information

#CCFBF5 (or 0xCCFBF5) is unknown color: approx Foam. HEX triplet: CC, FB and F5. RGB value is (204,251,245). Sum of RGB (Red+Green+Blue) = 204+251+245=700 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.14% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBF5 is #33040A. Grayscale: #ECECEC. Windows color (decimal): -3343371 or 16120780. OLE color: 16120780.

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

Color convert

RGB204251245-
CMYK0.1900.020.02
HSL172.34º85.45%89.22%-
HSV(B)172.34º18.73%98.43%-
XYZ75.8888.4299.45-
YUV236.26132.93104.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.14%
GREEN value IS 251 (98.44% from 255) = 35.86%
BLUE value IS 245 (96.09% from 255) = 35%
R=29.14%
G=35.86%
B=35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042512450.1900.020.02172.3485.4589.22
HexCCFBF513022ac5559
Octal31437336523022254125131
Binary11001100111110111111010110011010101010110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBF5; }

 p { color: rgb(204,251,245); }

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

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

 a { background-color: rgb(204,251,245); }

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

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

 span { border-color: rgb(204,251,245); }

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