Html Css Color HEX #F5CFEC Snuff

📋 copy color: '#F5CFEC'

red 245 ◦ green 207 ◦ blue 236

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

Shades of Snuff #F5CFEC

Tints of Snuff #F5CFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.3%

R = 35.61%
G = 30.09%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5CFEC (or 0xF5CFEC) is known color: Snuff. HEX triplet: F5, CF and EC. RGB value is (245,207,236). Sum of RGB (Red+Green+Blue) = 245+207+236=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFEC is #0A3013. Grayscale: #DDDDDD. Windows color (decimal): -667668 or 15519733. OLE color: 15519733.

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

Color convert

RGB 245 207 236 -
CMYK 0 0.16 0.04 0.04
HSL 314.21º 0.66% 0.89% -
HSV(B) 314.21º 0.16% 0.96% -
XYZ 75.11 70.09 88.93 -
YUV 221.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 245 207 236 0 0.16 0.04 0.04 314.21 0.66 0.89
Hex F5 CF EC 0 10 4 4 13A 42 59
Octal 365 317 354 0 20 4 4 472 102 131
Binary 11110101 11001111 11101100 0 10000 100 100 100111010 1000010 1011001

Color Harmonies of #F5CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CFEC

Black with #F5CFEC

Text Example


Text Example

White with #F5CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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