#FED4FC

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

Shades of Snuff #FED4FC

Tints of Snuff #FED4FC

Color information

#FED4FC (or 0xFED4FC) is unknown color: approx Snuff. HEX triplet: FE, D4 and FC. RGB value is (254,212,252). Sum of RGB (Red+Green+Blue) = 254+212+252=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 212 (83.20% from 255 or 29.53% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4FC is #012B03. Grayscale: #E5E5E5. Windows color (decimal): -76548 or 16569598. OLE color: 16569598.

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

Color convert

RGB254212252-
CMYK00.170.010.00
HSL302.86º95.45%91.37%-
HSV(B)302.86º16.54%99.61%-
XYZ81.9975.19102.29-
YUV229.12140.91145.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 212 (83.20% from 255) = 29.53%
BLUE value IS 252 (98.83% from 255) = 35.10%
R=35.38%
G=29.53%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421225200.170.010.00302.8695.4591.37
HexFED4FC0111012f5f5b
Octal37632437402110457137133
Binary1111111011010100111111000100011010010111110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4FC; }

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

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

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

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

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

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

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

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