Html Css Color HEX #F0CDCD Vanilla Ice

📋 copy color: '#F0CDCD'

red 240 ◦ green 205 ◦ blue 205

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

Shades of Vanilla Ice #F0CDCD

Tints of Vanilla Ice #F0CDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.54%

R = 36.92%
G = 31.54%
B = 31.54%

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

#F0CDCD (or 0xF0CDCD) is known color: Vanilla Ice. HEX triplet: F0, CD and CD. RGB value is (240,205,205). Sum of RGB (Red+Green+Blue) = 240+205+205=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDCD is #0F3232. Grayscale: #D7D7D7. Windows color (decimal): -995891 or 13487600. OLE color: 13487600.

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

Color convert

RGB 240 205 205 -
CMYK 0 0.15 0.15 0.06
HSL 0.54% 0.87% -
HSV(B) 0.15% 0.94% -
XYZ 68.79 66.6 66.99 -
YUV 215.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 240 205 205 0 0.15 0.15 0.06 0 0.54 0.87
Hex F0 CD CD 0 F F 6 0 36 57
Octal 360 315 315 0 17 17 6 0 66 127
Binary 11110000 11001101 11001101 0 1111 1111 110 0 110110 1010111

Color Harmonies of #F0CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDCD

Black with #F0CDCD

Text Example


Text Example

White with #F0CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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