Html Css Color HEX #FEC9F6 Snuff

📋 copy color: '#FEC9F6'

red 254 ◦ green 201 ◦ blue 246

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

Shades of Snuff #FEC9F6

Tints of Snuff #FEC9F6

RGB

 RED value IS 254 (99.61% from 255) = 36.23%

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

 BLUE value IS 246 (96.48% from 255) = 35.09%

R = 36.23%
G = 28.67%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEC9F6 (or 0xFEC9F6) is known color: Snuff. HEX triplet: FE, C9 and F6. RGB value is (254,201,246). Sum of RGB (Red+Green+Blue) = 254+201+246=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 201 (78.91% from 255 or 28.67% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9F6 is #013609. Grayscale: #DDDDDD. Windows color (decimal): -79370 or 16173566. OLE color: 16173566.

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

Color convert

RGB 254 201 246 -
CMYK 0 0.21 0.03 0.00
HSL 309.06º 0.96% 0.89% -
HSV(B) 309.06º 0.21% 1% -
XYZ 78.39 69.5 96.47 -
YUV 221.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 254 201 246 0 0.21 0.03 0.00 309.06 0.96 0.89
Hex FE C9 F6 0 15 3 0 135 60 59
Octal 376 311 366 0 25 3 0 465 140 131
Binary 11111110 11001001 11110110 0 10101 11 0 100110101 1100000 1011001

Color Harmonies of #FEC9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9F6

Black with #FEC9F6

Text Example


Text Example

White with #FEC9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9F6; }

 p { color: rgb(254,201,246); }

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

background-color css

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

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

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

border-color css

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

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

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