Html Css Color HEX #F6D0CF Vanilla Ice

📋 copy color: '#F6D0CF'

red 246 ◦ green 208 ◦ blue 207

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

Shades of Vanilla Ice #F6D0CF

Tints of Vanilla Ice #F6D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.47%

 BLUE value IS 207 (81.25% from 255) = 31.32%

R = 37.22%
G = 31.47%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6D0CF (or 0xF6D0CF) is known color: Vanilla Ice. HEX triplet: F6, D0 and CF. RGB value is (246,208,207). Sum of RGB (Red+Green+Blue) = 246+208+207=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0CF is #092F30. Grayscale: #DBDBDB. Windows color (decimal): -601905 or 13619446. OLE color: 13619446.

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

Color convert

RGB 246 208 207 -
CMYK 0 0.15 0.16 0.04
HSL 1.54º 0.68% 0.89% -
HSV(B) 1.54º 0.16% 0.96% -
XYZ 71.82 69.21 68.6 -
YUV 219.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 246 208 207 0 0.15 0.16 0.04 1.54 0.68 0.89
Hex F6 D0 CF 0 F 10 4 2 44 59
Octal 366 320 317 0 17 20 4 2 104 131
Binary 11110110 11010000 11001111 0 1111 10000 100 10 1000100 1011001

Color Harmonies of #F6D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D0CF

Black with #F6D0CF

Text Example


Text Example

White with #F6D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D0CF; }

 p { color: rgb(246,208,207); }

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

background-color css

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

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

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

border-color css

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

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

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