#FDF1EB

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

Shades of Rose White #FDF1EB

Tints of Rose White #FDF1EB

Color information

#FDF1EB (or 0xFDF1EB) is unknown color: approx Rose White. HEX triplet: FD, F1 and EB. RGB value is (253,241,235). Sum of RGB (Red+Green+Blue) = 253+241+235=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 235 (92.19% from 255 or 32.24% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1EB is #020E14. Grayscale: #F3F3F3. Windows color (decimal): -134677 or 15462909. OLE color: 15462909.

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

Color convert

RGB253241235-
CMYK00.050.070.01
HSL20º81.82%95.69%-
HSV(B)20º7.11%99.22%-
XYZ86.9689.7991.35-
YUV243.9122.98134.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.71%
GREEN value IS 241 (94.53% from 255) = 33.06%
BLUE value IS 235 (92.19% from 255) = 32.24%
R=34.71%
G=33.06%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324123500.050.070.012081.8295.69
HexFDF1EB0571145260
Octal375361353057124122140
Binary111111011111000111101011010111111010010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1EB; }

 p { color: rgb(253,241,235); }

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

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

 a { background-color: rgb(253,241,235); }

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

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

 span { border-color: rgb(253,241,235); }

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