Html Css Color HEX #FEDDF7 Snuff

📋 copy color: '#FEDDF7'

red 254 ◦ green 221 ◦ blue 247

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

Shades of Snuff #FEDDF7

Tints of Snuff #FEDDF7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 30.61%

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

R = 35.18%
G = 30.61%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEDDF7 (or 0xFEDDF7) is known color: Snuff. HEX triplet: FE, DD and F7. RGB value is (254,221,247). Sum of RGB (Red+Green+Blue) = 254+221+247=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 221 (86.72% from 255 or 30.61% from 722); Blue value is 247 (96.88% from 255 or 34.21% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF7 is #012208. Grayscale: #E9E9E9. Windows color (decimal): -74249 or 16244222. OLE color: 16244222.

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

Color convert

RGB 254 221 247 -
CMYK 0 0.13 0.03 0.00
HSL 312.73º 0.94% 0.93% -
HSV(B) 312.73º 0.13% 1% -
XYZ 83.52 79.5 98.94 -
YUV 233.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 254 221 247 0 0.13 0.03 0.00 312.73 0.94 0.93
Hex FE DD F7 0 D 3 0 139 5E 5D
Octal 376 335 367 0 15 3 0 471 136 135
Binary 11111110 11011101 11110111 0 1101 11 0 100111001 1011110 1011101

Color Harmonies of #FEDDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDF7

Black with #FEDDF7

Text Example


Text Example

White with #FEDDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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