#FDF2EE

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

Shades of Rose White #FDF2EE

Tints of Rose White #FDF2EE

Color information

#FDF2EE (or 0xFDF2EE) is unknown color: approx Rose White. HEX triplet: FD, F2 and EE. RGB value is (253,242,238). Sum of RGB (Red+Green+Blue) = 253+242+238=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 242 (94.92% from 255 or 33.02% from 733); Blue value is 238 (93.36% from 255 or 32.47% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2EE is #020D11. Grayscale: #F4F4F4. Windows color (decimal): -134418 or 15659773. OLE color: 15659773.

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

Color convert

RGB253242238-
CMYK00.040.060.01
HSL16º78.95%96.27%-
HSV(B)16º5.93%99.22%-
XYZ87.6990.5693.75-
YUV244.83124.14133.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.52%
GREEN value IS 242 (94.92% from 255) = 33.02%
BLUE value IS 238 (93.36% from 255) = 32.47%
R=34.52%
G=33.02%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324223800.040.060.011678.9596.27
HexFDF2EE0461104f60
Octal375362356046120117140
Binary111111011111001011101110010011011000010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF2EE; }

 p { color: rgb(253,242,238); }

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

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

 a { background-color: rgb(253,242,238); }

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

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

 span { border-color: rgb(253,242,238); }

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