#CFFBF4

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

Shades of Foam #CFFBF4

Tints of Foam #CFFBF4

Color information

#CFFBF4 (or 0xCFFBF4) is unknown color: approx Foam. HEX triplet: CF, FB and F4. RGB value is (207,251,244). Sum of RGB (Red+Green+Blue) = 207+251+244=702 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.49% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFBF4 is #30040B. Grayscale: #EDEDED. Windows color (decimal): -3146764 or 16055247. OLE color: 16055247.

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

Color convert

RGB207251244-
CMYK0.1800.030.02
HSL170.45º84.62%89.8%-
HSV(B)170.45º17.53%98.43%-
XYZ76.5688.7998.69-
YUV237.05131.92106.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.49%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 244 (95.70% from 255) = 34.76%
R=29.49%
G=35.75%
B=34.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072512440.1800.030.02170.4584.6289.8
HexCFFBF412032aa555a
Octal31737336422032252125132
Binary11001111111110111111010010010011101010101010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBF4; }

 p { color: rgb(207,251,244); }

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

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

 a { background-color: rgb(207,251,244); }

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

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

 span { border-color: rgb(207,251,244); }

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