Html Css Color HEX #FECAF4 Snuff

📋 copy color: '#FECAF4'

red 254 ◦ green 202 ◦ blue 244

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

Shades of Snuff #FECAF4

Tints of Snuff #FECAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.86%

R = 36.29%
G = 28.86%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FECAF4 (or 0xFECAF4) is known color: Snuff. HEX triplet: FE, CA and F4. RGB value is (254,202,244). Sum of RGB (Red+Green+Blue) = 254+202+244=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 202 (79.30% from 255 or 28.86% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF4 is #01350B. Grayscale: #DEDEDE. Windows color (decimal): -79116 or 16042750. OLE color: 16042750.

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

Color convert

RGB 254 202 244 -
CMYK 0 0.20 0.04 0.00
HSL 311.54º 0.96% 0.89% -
HSV(B) 311.54º 0.2% 1% -
XYZ 78.32 69.84 94.94 -
YUV 222.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 254 202 244 0 0.20 0.04 0.00 311.54 0.96 0.89
Hex FE CA F4 0 14 4 0 138 60 59
Octal 376 312 364 0 24 4 0 470 140 131
Binary 11111110 11001010 11110100 0 10100 100 0 100111000 1100000 1011001

Color Harmonies of #FECAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAF4

Black with #FECAF4

Text Example


Text Example

White with #FECAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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