#CAF4F1

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

Shades of Foam #CAF4F1

Tints of Foam #CAF4F1

Color information

#CAF4F1 (or 0xCAF4F1) is unknown color: approx Foam. HEX triplet: CA, F4 and F1. RGB value is (202,244,241). Sum of RGB (Red+Green+Blue) = 202+244+241=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4F1 is #350B0E. Grayscale: #E7E7E7. Windows color (decimal): -3476239 or 15856842. OLE color: 15856842.

HSL color Cylindrical-coordinate representation of color #CAF4F1: hue angle of 175.71º 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 #CAF4F1 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB202244241-
CMYK0.1700.010.04
HSL175.71º65.62%87.45%-
HSV(B)175.71º17.21%95.69%-
XYZ72.5883.6195.53-
YUV231.1133.59107.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.40%
GREEN value IS 244 (95.70% from 255) = 35.52%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=29.40%
G=35.52%
B=35.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442410.1700.010.04175.7165.6287.45
HexCAF4F111014b04257
Octal31236436121014260102127
Binary11001010111101001111000110001011001011000010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4F1; }

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

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

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

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

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

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

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

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