Html Css Color HEX #FEC9FA Snuff

📋 copy color: '#FEC9FA'

red 254 ◦ green 201 ◦ blue 250

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

Shades of Snuff #FEC9FA

Tints of Snuff #FEC9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.46%

R = 36.03%
G = 28.51%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEC9FA (or 0xFEC9FA) is known color: Snuff. HEX triplet: FE, C9 and FA. RGB value is (254,201,250). Sum of RGB (Red+Green+Blue) = 254+201+250=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 201 (78.91% from 255 or 28.51% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9FA is #013605. Grayscale: #DEDEDE. Windows color (decimal): -79366 or 16435710. OLE color: 16435710.

HSL color Cylindrical-coordinate representation of color #FEC9FA: hue angle of 304.53º 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 #FEC9FA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 201 250 -
CMYK 0 0.21 0.02 0.00
HSL 304.53º 0.96% 0.89% -
HSV(B) 304.53º 0.21% 1% -
XYZ 79.02 69.75 99.74 -
YUV 222.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 254 201 250 0 0.21 0.02 0.00 304.53 0.96 0.89
Hex FE C9 FA 0 15 2 0 131 60 59
Octal 376 311 372 0 25 2 0 461 140 131
Binary 11111110 11001001 11111010 0 10101 10 0 100110001 1100000 1011001

Color Harmonies of #FEC9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9FA

Black with #FEC9FA

Text Example


Text Example

White with #FEC9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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