Html Css Color HEX #FECAFE Snuff

📋 copy color: '#FECAFE'

red 254 ◦ green 202 ◦ blue 254

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

Shades of Snuff #FECAFE

Tints of Snuff #FECAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.45%

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

R = 35.77%
G = 28.45%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FECAFE (or 0xFECAFE) is known color: Snuff. HEX triplet: FE, CA and FE. RGB value is (254,202,254). Sum of RGB (Red+Green+Blue) = 254+202+254=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 202 (79.30% from 255 or 28.45% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FECAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAFE is #013501. Grayscale: #DFDFDF. Windows color (decimal): -79106 or 16698110. OLE color: 16698110.

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

Color convert

RGB 254 202 254 -
CMYK 0 0.20 0 0.00
HSL 300º 0.96% 0.89% -
HSV(B) 300º 0.2% 1% -
XYZ 79.88 70.47 103.16 -
YUV 223.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 254 202 254 0 0.20 0 0.00 300 0.96 0.89
Hex FE CA FE 0 14 0 0 12C 60 59
Octal 376 312 376 0 24 0 0 454 140 131
Binary 11111110 11001010 11111110 0 10100 0 0 100101100 1100000 1011001

Color Harmonies of #FECAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAFE

Black with #FECAFE

Text Example


Text Example

White with #FECAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAFE; }

 p { color: rgb(254,202,254); }

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

background-color css

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

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

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

border-color css

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

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

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