Html Css Color HEX #F0CCCC Vanilla Ice

📋 copy color: '#F0CCCC'

red 240 ◦ green 204 ◦ blue 204

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

Shades of Vanilla Ice #F0CCCC

Tints of Vanilla Ice #F0CCCC

RGB

 RED value IS 240 (94.14% from 255) = 37.04%

 GREEN value IS 204 (80.08% from 255) = 31.48%

 BLUE value IS 204 (80.08% from 255) = 31.48%

R = 37.04%
G = 31.48%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0CCCC (or 0xF0CCCC) is known color: Vanilla Ice. HEX triplet: F0, CC and CC. RGB value is (240,204,204). Sum of RGB (Red+Green+Blue) = 240+204+204=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCCC is #0F3333. Grayscale: #D6D6D6. Windows color (decimal): -996148 or 13421808. OLE color: 13421808.

HSL color Cylindrical-coordinate representation of color #F0CCCC: hue angle of 0º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CCCC is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 204 -
CMYK 0 0.15 0.15 0.06
HSL 0.55% 0.87% -
HSV(B) 0.15% 0.94% -
XYZ 68.43 66.07 66.27 -
YUV 214.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 240 204 204 0 0.15 0.15 0.06 0 0.55 0.87
Hex F0 CC CC 0 F F 6 0 37 57
Octal 360 314 314 0 17 17 6 0 67 127
Binary 11110000 11001100 11001100 0 1111 1111 110 0 110111 1010111

Color Harmonies of #F0CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCCC

Black with #F0CCCC

Text Example


Text Example

White with #F0CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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