#FDF1EA

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

Shades of Rose White #FDF1EA

Tints of Rose White #FDF1EA

Color information

#FDF1EA (or 0xFDF1EA) is unknown color: approx Rose White. HEX triplet: FD, F1 and EA. RGB value is (253,241,234). Sum of RGB (Red+Green+Blue) = 253+241+234=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 241 (94.53% from 255 or 33.10% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1EA is #020E15. Grayscale: #F3F3F3. Windows color (decimal): -134678 or 15397373. OLE color: 15397373.

HSL color Cylindrical-coordinate representation of color #FDF1EA: hue angle of 22.11º degrees, saturation: 0.83, 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 #FDF1EA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253241234-
CMYK00.050.080.01
HSL22.11º82.61%95.49%-
HSV(B)22.11º7.51%99.22%-
XYZ86.8189.7390.59-
YUV243.79122.48134.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.75%
GREEN value IS 241 (94.53% from 255) = 33.10%
BLUE value IS 234 (91.80% from 255) = 32.14%
R=34.75%
G=33.10%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324123400.050.080.0122.1182.6195.49
HexFDF1EA058116535f
Octal3753613520510126123137
Binary1111110111110001111010100101100011011010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1EA; }

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

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

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

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

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

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

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

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