Html Css Color HEX #FECAF6 Snuff

📋 copy color: '#FECAF6'

red 254 ◦ green 202 ◦ blue 246

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

Shades of Snuff #FECAF6

Tints of Snuff #FECAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.04%

R = 36.18%
G = 28.77%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FECAF6 (or 0xFECAF6) is known color: Snuff. HEX triplet: FE, CA and F6. RGB value is (254,202,246). Sum of RGB (Red+Green+Blue) = 254+202+246=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF6 is #013509. Grayscale: #DEDEDE. Windows color (decimal): -79114 or 16173822. OLE color: 16173822.

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

Color convert

RGB 254 202 246 -
CMYK 0 0.20 0.03 0.00
HSL 309.23º 0.96% 0.89% -
HSV(B) 309.23º 0.2% 1% -
XYZ 78.63 69.97 96.55 -
YUV 222.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 254 202 246 0 0.20 0.03 0.00 309.23 0.96 0.89
Hex FE CA F6 0 14 3 0 135 60 59
Octal 376 312 366 0 24 3 0 465 140 131
Binary 11111110 11001010 11110110 0 10100 11 0 100110101 1100000 1011001

Color Harmonies of #FECAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAF6

Black with #FECAF6

Text Example


Text Example

White with #FECAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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