#FDEFE8

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

Shades of Rose White #FDEFE8

Tints of Rose White #FDEFE8

Color information

#FDEFE8 (or 0xFDEFE8) is unknown color: approx Rose White. HEX triplet: FD, EF and E8. RGB value is (253,239,232). Sum of RGB (Red+Green+Blue) = 253+239+232=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 232 (91.02% from 255 or 32.04% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEFE8 is #021017. Grayscale: #F2F2F2. Windows color (decimal): -135192 or 15265789. OLE color: 15265789.

HSL color Cylindrical-coordinate representation of color #FDEFE8: hue angle of 20º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEFE8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253239232-
CMYK00.060.080.01
HSL20º84%95.1%-
HSV(B)20º8.3%99.22%-
XYZ85.9488.4488.89-
YUV242.39122.14135.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 239 (93.75% from 255) = 33.01%
BLUE value IS 232 (91.02% from 255) = 32.04%
R=34.94%
G=33.01%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323923200.060.080.01208495.1
HexFDEFE8068114545f
Octal3753573500610124124137
Binary1111110111101111111010000110100011010010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFE8; }

 p { color: rgb(253,239,232); }

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

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

 a { background-color: rgb(253,239,232); }

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

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

 span { border-color: rgb(253,239,232); }

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