Html Css Color HEX #CCF8F0 Foam

📋 copy color: '#CCF8F0'

red 204 ◦ green 248 ◦ blue 240

#CCF8F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foam #CCF8F0

Tints of Foam #CCF8F0

RGB

 RED value IS 204 (80.08% from 255) = 29.48%

 GREEN value IS 248 (97.27% from 255) = 35.84%

 BLUE value IS 240 (94.14% from 255) = 34.68%

R = 29.48%
G = 35.84%
B = 34.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#CCF8F0 (or 0xCCF8F0) is known color: Foam. HEX triplet: CC, F8 and F0. RGB value is (204,248,240). Sum of RGB (Red+Green+Blue) = 204+248+240=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 248 (97.27% from 255 or 35.84% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8F0 is #33070F. Grayscale: #E9E9E9. Windows color (decimal): -3344144 or 15792332. OLE color: 15792332.

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

Color convert

RGB 204 248 240 -
CMYK 0.18 0 0.03 0.03
HSL 169.09º 0.76% 0.89% -
HSV(B) 169.09º 0.18% 0.97% -
XYZ 74.2 86.26 95.18 -
YUV 233.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 204 248 240 0.18 0 0.03 0.03 169.09 0.76 0.89
Hex CC F8 F0 12 0 3 3 A9 4C 59
Octal 314 370 360 22 0 3 3 251 114 131
Binary 11001100 11111000 11110000 10010 0 11 11 10101001 1001100 1011001

Color Harmonies of #CCF8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8F0

Black with #CCF8F0

Text Example


Text Example

White with #CCF8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8F0; }

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

 H1.HeaderClassName
 {
   color: #CCF8F0;
 }
 .AnyTagClassName
 {
   color: #CCF8F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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