Html Css Color HEX #FED8F7 Snuff

📋 copy color: '#FED8F7'

red 254 ◦ green 216 ◦ blue 247

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

Shades of Snuff #FED8F7

Tints of Snuff #FED8F7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.13%

 BLUE value IS 247 (96.88% from 255) = 34.45%

R = 35.43%
G = 30.13%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FED8F7 (or 0xFED8F7) is known color: Snuff. HEX triplet: FE, D8 and F7. RGB value is (254,216,247). Sum of RGB (Red+Green+Blue) = 254+216+247=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 216 (84.77% from 255 or 30.13% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8F7 is #012708. Grayscale: #E6E6E6. Windows color (decimal): -75529 or 16242942. OLE color: 16242942.

HSL color Cylindrical-coordinate representation of color #FED8F7: hue angle of 311.05º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED8F7 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 247 -
CMYK 0 0.15 0.03 0.00
HSL 311.05º 0.95% 0.92% -
HSV(B) 311.05º 0.15% 1% -
XYZ 82.22 76.9 98.51 -
YUV 230.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 254 216 247 0 0.15 0.03 0.00 311.05 0.95 0.92
Hex FE D8 F7 0 F 3 0 137 5F 5C
Octal 376 330 367 0 17 3 0 467 137 134
Binary 11111110 11011000 11110111 0 1111 11 0 100110111 1011111 1011100

Color Harmonies of #FED8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8F7

Black with #FED8F7

Text Example


Text Example

White with #FED8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8F7; }

 p { color: rgb(254,216,247); }

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

background-color css

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

 a { background-color: rgb(254,216,247); }

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

border-color css

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

 span { border-color: rgb(254,216,247); }

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