Html Css Color HEX #F6D2D2 Vanilla Ice

📋 copy color: '#F6D2D2'

red 246 ◦ green 210 ◦ blue 210

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

Shades of Vanilla Ice #F6D2D2

Tints of Vanilla Ice #F6D2D2

RGB

 RED value IS 246 (96.48% from 255) = 36.94%

 GREEN value IS 210 (82.42% from 255) = 31.53%

 BLUE value IS 210 (82.42% from 255) = 31.53%

R = 36.94%
G = 31.53%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F6D2D2 (or 0xF6D2D2) is known color: Vanilla Ice. HEX triplet: F6, D2 and D2. RGB value is (246,210,210). Sum of RGB (Red+Green+Blue) = 246+210+210=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D2D2 is #092D2D. Grayscale: #DCDCDC. Windows color (decimal): -601390 or 13816566. OLE color: 13816566.

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

Color convert

RGB 246 210 210 -
CMYK 0 0.15 0.15 0.04
HSL 0.67% 0.89% -
HSV(B) 0.15% 0.96% -
XYZ 72.69 70.34 70.72 -
YUV 220.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 246 210 210 0 0.15 0.15 0.04 0 0.67 0.89
Hex F6 D2 D2 0 F F 4 0 43 59
Octal 366 322 322 0 17 17 4 0 103 131
Binary 11110110 11010010 11010010 0 1111 1111 100 0 1000011 1011001

Color Harmonies of #F6D2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D2D2

Black with #F6D2D2

Text Example


Text Example

White with #F6D2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D2D2; }

 p { color: rgb(246,210,210); }

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

background-color css

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

 a { background-color: rgb(246,210,210); }

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

border-color css

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

 span { border-color: rgb(246,210,210); }

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