Html Css Color HEX #FEC9FF Snuff

📋 copy color: '#FEC9FF'

red 254 ◦ green 201 ◦ blue 255

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

Shades of Snuff #FEC9FF

Tints of Snuff #FEC9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.92%

R = 35.77%
G = 28.31%
B = 35.92%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEC9FF (or 0xFEC9FF) is known color: Snuff. HEX triplet: FE, C9 and FF. RGB value is (254,201,255). Sum of RGB (Red+Green+Blue) = 254+201+255=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 201 (78.91% from 255 or 28.31% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9FF is #013600. Grayscale: #DEDEDE. Windows color (decimal): -79361 or 16763390. OLE color: 16763390.

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

Color convert

RGB 254 201 255 -
CMYK 0.00 0.21 0 0
HSL 298.89º 1% 0.89% -
HSV(B) 298.89º 0.21% 1% -
XYZ 79.81 70.06 103.93 -
YUV 223 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 254 201 255 0.00 0.21 0 0 298.89 1 0.89
Hex FE C9 FF 0 15 0 0 12B 64 59
Octal 376 311 377 0 25 0 0 453 144 131
Binary 11111110 11001001 11111111 0 10101 0 0 100101011 1100100 1011001

Color Harmonies of #FEC9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9FF

Black with #FEC9FF

Text Example


Text Example

White with #FEC9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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