Html Css Color HEX #F5CFCE Vanilla Ice

📋 copy color: '#F5CFCE'

red 245 ◦ green 207 ◦ blue 206

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

Shades of Vanilla Ice #F5CFCE

Tints of Vanilla Ice #F5CFCE

RGB

 RED value IS 245 (96.09% from 255) = 37.23%

 GREEN value IS 207 (81.25% from 255) = 31.46%

 BLUE value IS 206 (80.86% from 255) = 31.31%

R = 37.23%
G = 31.46%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5CFCE (or 0xF5CFCE) is known color: Vanilla Ice. HEX triplet: F5, CF and CE. RGB value is (245,207,206). Sum of RGB (Red+Green+Blue) = 245+207+206=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFCE is #0A3031. Grayscale: #DADADA. Windows color (decimal): -667698 or 13553653. OLE color: 13553653.

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

Color convert

RGB 245 207 206 -
CMYK 0 0.16 0.16 0.04
HSL 1.54º 0.66% 0.88% -
HSV(B) 1.54º 0.16% 0.96% -
XYZ 71.11 68.49 67.87 -
YUV 218.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 245 207 206 0 0.16 0.16 0.04 1.54 0.66 0.88
Hex F5 CF CE 0 10 10 4 2 42 58
Octal 365 317 316 0 20 20 4 2 102 130
Binary 11110101 11001111 11001110 0 10000 10000 100 10 1000010 1011000

Color Harmonies of #F5CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CFCE

Black with #F5CFCE

Text Example


Text Example

White with #F5CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CFCE; }

 p { color: rgb(245,207,206); }

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

background-color css

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

 a { background-color: rgb(245,207,206); }

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

border-color css

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

 span { border-color: rgb(245,207,206); }

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