#CCFAF3

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

Shades of Foam #CCFAF3

Tints of Foam #CCFAF3

Color information

#CCFAF3 (or 0xCCFAF3) is unknown color: approx Foam. HEX triplet: CC, FA and F3. RGB value is (204,250,243). Sum of RGB (Red+Green+Blue) = 204+250+243=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAF3 is #33050C. Grayscale: #EBEBEB. Windows color (decimal): -3343629 or 15989452. OLE color: 15989452.

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

Color convert

RGB204250243-
CMYK0.1800.030.02
HSL170.87º82.14%89.02%-
HSV(B)170.87º18.4%98.04%-
XYZ75.2787.6897.75-
YUV235.45132.26105.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.27%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 243 (95.31% from 255) = 34.86%
R=29.27%
G=35.87%
B=34.86%

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
Decimal2042502430.1800.030.02170.8782.1489.02
HexCCFAF312032ab5259
Octal31437236322032253122131
Binary11001100111110101111001110010011101010101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAF3; }

 p { color: rgb(204,250,243); }

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

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

 a { background-color: rgb(204,250,243); }

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

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

 span { border-color: rgb(204,250,243); }

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