#FEDFD9

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

Shades of Remy #FEDFD9

Tints of Remy #FEDFD9

Color information

#FEDFD9 (or 0xFEDFD9) is unknown color: approx Remy. HEX triplet: FE, DF and D9. RGB value is (254,223,217). Sum of RGB (Red+Green+Blue) = 254+223+217=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFD9 is #012026. Grayscale: #E7E7E7. Windows color (decimal): -73767 or 14278654. OLE color: 14278654.

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

Color convert

RGB254223217-
CMYK00.120.150.00
HSL9.73º94.87%92.35%-
HSV(B)9.73º14.57%99.61%-
XYZ79.7978.8676.66-
YUV231.58119.77143.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 217 (85.16% from 255) = 31.27%
R=36.60%
G=32.13%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422321700.120.150.009.7394.8792.35
HexFEDFD90CF0a5f5c
Octal37633733101417012137134
Binary1111111011011111110110010110011110101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFD9; }

 p { color: rgb(254,223,217); }

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

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

 a { background-color: rgb(254,223,217); }

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

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

 span { border-color: rgb(254,223,217); }

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