#FED4F6

Color #FED4F6 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FED4F6

Tints of Snuff #FED4F6

Color information

#FED4F6 (or 0xFED4F6) is unknown color: approx Snuff. HEX triplet: FE, D4 and F6. RGB value is (254,212,246). Sum of RGB (Red+Green+Blue) = 254+212+246=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 212 (83.20% from 255 or 29.78% from 712); Blue value is 246 (96.48% from 255 or 34.55% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F6 is #012B09. Grayscale: #E4E4E4. Windows color (decimal): -76554 or 16176382. OLE color: 16176382.

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

Color convert

RGB254212246-
CMYK00.170.030.00
HSL311.43º95.45%91.37%-
HSV(B)311.43º16.54%99.61%-
XYZ81.0574.8197.36-
YUV228.43137.91146.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 212 (83.20% from 255) = 29.78%
BLUE value IS 246 (96.48% from 255) = 34.55%
R=35.67%
G=29.78%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421224600.170.030.00311.4395.4591.37
HexFED4F6011301375f5b
Octal37632436602130467137133
Binary11111110110101001111011001000111010011011110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4F6; }

 p { color: rgb(254,212,246); }

 H1.HeaderClassName
 {
   color: #FED4F6;
 }
 .AnyTagClassName
 {
   color: #FED4F6;
 }
</style>
background-color css

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

 a { background-color: rgb(254,212,246); }

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

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

 span { border-color: rgb(254,212,246); }

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