#CAF8F0

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

Shades of Foam #CAF8F0

Tints of Foam #CAF8F0

Color information

#CAF8F0 (or 0xCAF8F0) is unknown color: approx Foam. HEX triplet: CA, F8 and F0. RGB value is (202,248,240). Sum of RGB (Red+Green+Blue) = 202+248+240=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF8F0 is #35070F. Grayscale: #E9E9E9. Windows color (decimal): -3475216 or 15792330. OLE color: 15792330.

HSL color Cylindrical-coordinate representation of color #CAF8F0: hue angle of 169.57º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8F0 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB202248240-
CMYK0.1900.030.03
HSL169.57º76.67%88.24%-
HSV(B)169.57º18.55%97.25%-
XYZ73.6585.9895.15-
YUV233.33131.76105.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.28%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=29.28%
G=35.94%
B=34.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022482400.1900.030.03169.5776.6788.24
HexCAF8F013033aa4d58
Octal31237036023033252115130
Binary11001010111110001111000010011011111010101010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8F0; }

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

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

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

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

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

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

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

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