#CCFBF7

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

Shades of Foam #CCFBF7

Tints of Foam #CCFBF7

Color information

#CCFBF7 (or 0xCCFBF7) is unknown color: approx Foam. HEX triplet: CC, FB and F7. RGB value is (204,251,247). Sum of RGB (Red+Green+Blue) = 204+251+247=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBF7 is #330408. Grayscale: #ECECEC. Windows color (decimal): -3343369 or 16251852. OLE color: 16251852.

HSL color Cylindrical-coordinate representation of color #CCFBF7: hue angle of 174.89º 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 #CCFBF7 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB204251247-
CMYK0.1900.020.02
HSL174.89º85.45%89.22%-
HSV(B)174.89º18.73%98.43%-
XYZ76.1988.55101.07-
YUV236.49133.93104.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.06%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 247 (96.88% from 255) = 35.19%
R=29.06%
G=35.75%
B=35.19%

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
Decimal2042512470.1900.020.02174.8985.4589.22
HexCCFBF713022af5559
Octal31437336723022257125131
Binary11001100111110111111011110011010101010111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBF7; }

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

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

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

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

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

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

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

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