Html Css Color HEX #FECEF4 Snuff

📋 copy color: '#FECEF4'

red 254 ◦ green 206 ◦ blue 244

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

Shades of Snuff #FECEF4

Tints of Snuff #FECEF4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.26%

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

R = 36.08%
G = 29.26%
B = 34.66%

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

#FECEF4 (or 0xFECEF4) is known color: Snuff. HEX triplet: FE, CE and F4. RGB value is (254,206,244). Sum of RGB (Red+Green+Blue) = 254+206+244=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 206 (80.86% from 255 or 29.26% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEF4 is #01310B. Grayscale: #E0E0E0. Windows color (decimal): -78092 or 16043774. OLE color: 16043774.

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

Color convert

RGB 254 206 244 -
CMYK 0 0.19 0.04 0.00
HSL 312.5º 0.96% 0.9% -
HSV(B) 312.5º 0.19% 1% -
XYZ 79.27 71.75 95.26 -
YUV 224.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 254 206 244 0 0.19 0.04 0.00 312.5 0.96 0.9
Hex FE CE F4 0 13 4 0 138 60 5A
Octal 376 316 364 0 23 4 0 470 140 132
Binary 11111110 11001110 11110100 0 10011 100 0 100111000 1100000 1011010

Color Harmonies of #FECEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEF4

Black with #FECEF4

Text Example


Text Example

White with #FECEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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