Html Css Color HEX #F5C9EC Snuff

📋 copy color: '#F5C9EC'

red 245 ◦ green 201 ◦ blue 236

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

Shades of Snuff #F5C9EC

Tints of Snuff #F5C9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.47%

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

R = 35.92%
G = 29.47%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5C9EC (or 0xF5C9EC) is known color: Snuff. HEX triplet: F5, C9 and EC. RGB value is (245,201,236). Sum of RGB (Red+Green+Blue) = 245+201+236=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 201 (78.91% from 255 or 29.47% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C9EC is #0A3613. Grayscale: #DADADA. Windows color (decimal): -669204 or 15518197. OLE color: 15518197.

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

Color convert

RGB 245 201 236 -
CMYK 0 0.18 0.04 0.04
HSL 312.27º 0.69% 0.87% -
HSV(B) 312.27º 0.18% 0.96% -
XYZ 73.68 67.24 88.45 -
YUV 218.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 245 201 236 0 0.18 0.04 0.04 312.27 0.69 0.87
Hex F5 C9 EC 0 12 4 4 138 45 57
Octal 365 311 354 0 22 4 4 470 105 127
Binary 11110101 11001001 11101100 0 10010 100 100 100111000 1000101 1010111

Color Harmonies of #F5C9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C9EC

Black with #F5C9EC

Text Example


Text Example

White with #F5C9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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