Html Css Color HEX #F0CDCB Vanilla Ice

📋 copy color: '#F0CDCB'

red 240 ◦ green 205 ◦ blue 203

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

Shades of Vanilla Ice #F0CDCB

Tints of Vanilla Ice #F0CDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.64%

 BLUE value IS 203 (79.69% from 255) = 31.33%

R = 37.04%
G = 31.64%
B = 31.33%

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

#F0CDCB (or 0xF0CDCB) is known color: Vanilla Ice. HEX triplet: F0, CD and CB. RGB value is (240,205,203). Sum of RGB (Red+Green+Blue) = 240+205+203=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDCB is #0F3234. Grayscale: #D7D7D7. Windows color (decimal): -995893 or 13356528. OLE color: 13356528.

HSL color Cylindrical-coordinate representation of color #F0CDCB: hue angle of 3.24º 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 #F0CDCB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 205 203 -
CMYK 0 0.15 0.15 0.06
HSL 3.24º 0.55% 0.87% -
HSV(B) 3.24º 0.15% 0.94% -
XYZ 68.55 66.5 65.72 -
YUV 215.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 240 205 203 0 0.15 0.15 0.06 3.24 0.55 0.87
Hex F0 CD CB 0 F F 6 3 37 57
Octal 360 315 313 0 17 17 6 3 67 127
Binary 11110000 11001101 11001011 0 1111 1111 110 11 110111 1010111

Color Harmonies of #F0CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDCB

Black with #F0CDCB

Text Example


Text Example

White with #F0CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDCB; }

 p { color: rgb(240,205,203); }

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

background-color css

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

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

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

border-color css

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

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

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