Html Css Color HEX #FED0F7 Snuff

📋 copy color: '#FED0F7'

red 254 ◦ green 208 ◦ blue 247

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

Shades of Snuff #FED0F7

Tints of Snuff #FED0F7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.34%

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

R = 35.83%
G = 29.34%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FED0F7 (or 0xFED0F7) is known color: Snuff. HEX triplet: FE, D0 and F7. RGB value is (254,208,247). Sum of RGB (Red+Green+Blue) = 254+208+247=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 208 (81.64% from 255 or 29.34% from 709); Blue value is 247 (96.88% from 255 or 34.84% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0F7 is #012F08. Grayscale: #E2E2E2. Windows color (decimal): -77577 or 16240894. OLE color: 16240894.

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

Color convert

RGB 254 208 247 -
CMYK 0 0.18 0.03 0.00
HSL 309.13º 0.96% 0.91% -
HSV(B) 309.13º 0.18% 1% -
XYZ 80.22 72.9 97.84 -
YUV 226.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 254 208 247 0 0.18 0.03 0.00 309.13 0.96 0.91
Hex FE D0 F7 0 12 3 0 135 60 5B
Octal 376 320 367 0 22 3 0 465 140 133
Binary 11111110 11010000 11110111 0 10010 11 0 100110101 1100000 1011011

Color Harmonies of #FED0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0F7

Black with #FED0F7

Text Example


Text Example

White with #FED0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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