Html Css Color HEX #FECFF4 Snuff

📋 copy color: '#FECFF4'

red 254 ◦ green 207 ◦ blue 244

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

Shades of Snuff #FECFF4

Tints of Snuff #FECFF4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.36%

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

R = 36.03%
G = 29.36%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FECFF4 (or 0xFECFF4) is known color: Snuff. HEX triplet: FE, CF and F4. RGB value is (254,207,244). Sum of RGB (Red+Green+Blue) = 254+207+244=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 207 (81.25% from 255 or 29.36% from 705); Blue value is 244 (95.70% from 255 or 34.61% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF4 is #01300B. Grayscale: #E1E1E1. Windows color (decimal): -77836 or 16044030. OLE color: 16044030.

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

Color convert

RGB 254 207 244 -
CMYK 0 0.19 0.04 0.00
HSL 312.77º 0.96% 0.9% -
HSV(B) 312.77º 0.19% 1% -
XYZ 79.52 72.23 95.34 -
YUV 225.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 254 207 244 0 0.19 0.04 0.00 312.77 0.96 0.9
Hex FE CF F4 0 13 4 0 139 60 5A
Octal 376 317 364 0 23 4 0 471 140 132
Binary 11111110 11001111 11110100 0 10011 100 0 100111001 1100000 1011010

Color Harmonies of #FECFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFF4

Black with #FECFF4

Text Example


Text Example

White with #FECFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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