#CFFAF4

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

Shades of Foam #CFFAF4

Tints of Foam #CFFAF4

Color information

#CFFAF4 (or 0xCFFAF4) is unknown color: approx Foam. HEX triplet: CF, FA and F4. RGB value is (207,250,244). Sum of RGB (Red+Green+Blue) = 207+250+244=701 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.53% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAF4 is #30050B. Grayscale: #ECECEC. Windows color (decimal): -3147020 or 16054991. OLE color: 16054991.

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

Color convert

RGB207250244-
CMYK0.1700.020.02
HSL171.63º81.13%89.61%-
HSV(B)171.63º17.2%98.04%-
XYZ76.2588.1798.59-
YUV236.46132.25106.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.53%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 244 (95.70% from 255) = 34.81%
R=29.53%
G=35.66%
B=34.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502440.1700.020.02171.6381.1389.61
HexCFFAF411022ac515a
Octal31737236421022254121132
Binary11001111111110101111010010001010101010110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAF4; }

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

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

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

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

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

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

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

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