Html Css Color HEX #FECAFC Snuff

📋 copy color: '#FECAFC'

red 254 ◦ green 202 ◦ blue 252

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

Shades of Snuff #FECAFC

Tints of Snuff #FECAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.59%

R = 35.88%
G = 28.53%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FECAFC (or 0xFECAFC) is known color: Snuff. HEX triplet: FE, CA and FC. RGB value is (254,202,252). Sum of RGB (Red+Green+Blue) = 254+202+252=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 202 (79.30% from 255 or 28.53% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAFC is #013503. Grayscale: #DFDFDF. Windows color (decimal): -79108 or 16567038. OLE color: 16567038.

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

Color convert

RGB 254 202 252 -
CMYK 0 0.20 0.01 0.00
HSL 302.31º 0.96% 0.89% -
HSV(B) 302.31º 0.2% 1% -
XYZ 79.56 70.34 101.48 -
YUV 223.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 254 202 252 0 0.20 0.01 0.00 302.31 0.96 0.89
Hex FE CA FC 0 14 1 0 12E 60 59
Octal 376 312 374 0 24 1 0 456 140 131
Binary 11111110 11001010 11111100 0 10100 1 0 100101110 1100000 1011001

Color Harmonies of #FECAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAFC

Black with #FECAFC

Text Example


Text Example

White with #FECAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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