Html Css Color HEX #FEDEF8 Snuff

📋 copy color: '#FEDEF8'

red 254 ◦ green 222 ◦ blue 248

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

Shades of Snuff #FEDEF8

Tints of Snuff #FEDEF8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 30.66%

 BLUE value IS 248 (97.27% from 255) = 34.25%

R = 35.08%
G = 30.66%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEDEF8 (or 0xFEDEF8) is known color: Snuff. HEX triplet: FE, DE and F8. RGB value is (254,222,248). Sum of RGB (Red+Green+Blue) = 254+222+248=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 222 (87.11% from 255 or 30.66% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF8 is #012107. Grayscale: #EAEAEA. Windows color (decimal): -73992 or 16310014. OLE color: 16310014.

HSL color Cylindrical-coordinate representation of color #FEDEF8: hue angle of 311.25º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEF8 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 248 -
CMYK 0 0.13 0.02 0.00
HSL 311.25º 0.94% 0.93% -
HSV(B) 311.25º 0.13% 1% -
XYZ 83.94 80.09 99.84 -
YUV 234.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 254 222 248 0 0.13 0.02 0.00 311.25 0.94 0.93
Hex FE DE F8 0 D 2 0 137 5E 5D
Octal 376 336 370 0 15 2 0 467 136 135
Binary 11111110 11011110 11111000 0 1101 10 0 100110111 1011110 1011101

Color Harmonies of #FEDEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEF8

Black with #FEDEF8

Text Example


Text Example

White with #FEDEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEF8; }

 p { color: rgb(254,222,248); }

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

background-color css

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

 a { background-color: rgb(254,222,248); }

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

border-color css

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

 span { border-color: rgb(254,222,248); }

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