#CAF4F0

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

Shades of Foam #CAF4F0

Tints of Foam #CAF4F0

Color information

#CAF4F0 (or 0xCAF4F0) is unknown color: approx Foam. HEX triplet: CA, F4 and F0. RGB value is (202,244,240). Sum of RGB (Red+Green+Blue) = 202+244+240=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4F0 is #350B0F. Grayscale: #E6E6E6. Windows color (decimal): -3476240 or 15791306. OLE color: 15791306.

HSL color Cylindrical-coordinate representation of color #CAF4F0: hue angle of 174.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4F0 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB202244240-
CMYK0.1700.020.04
HSL174.29º65.62%87.45%-
HSV(B)174.29º17.21%95.69%-
XYZ72.4483.5594.75-
YUV230.99133.09107.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.45%
GREEN value IS 244 (95.70% from 255) = 35.57%
BLUE value IS 240 (94.14% from 255) = 34.99%
R=29.45%
G=35.57%
B=34.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442400.1700.020.04174.2965.6287.45
HexCAF4F011024ae4257
Octal31236436021024256102127
Binary110010101111010011110000100010101001010111010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4F0; }

 p { color: rgb(202,244,240); }

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

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

 a { background-color: rgb(202,244,240); }

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

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

 span { border-color: rgb(202,244,240); }

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