#FED4FA

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

Shades of Snuff #FED4FA

Tints of Snuff #FED4FA

Color information

#FED4FA (or 0xFED4FA) is unknown color: approx Snuff. HEX triplet: FE, D4 and FA. RGB value is (254,212,250). Sum of RGB (Red+Green+Blue) = 254+212+250=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 212 (83.20% from 255 or 29.61% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4FA is #012B05. Grayscale: #E4E4E4. Windows color (decimal): -76550 or 16438526. OLE color: 16438526.

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

Color convert

RGB254212250-
CMYK00.170.020.00
HSL305.71º95.45%91.37%-
HSV(B)305.71º16.54%99.61%-
XYZ81.6775.06100.63-
YUV228.89139.91145.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 212 (83.20% from 255) = 29.61%
BLUE value IS 250 (98.05% from 255) = 34.92%
R=35.47%
G=29.61%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421225000.170.020.00305.7195.4591.37
HexFED4FA011201325f5b
Octal37632437202120462137133
Binary11111110110101001111101001000110010011001010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4FA; }

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

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

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

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

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

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

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

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