#FAEDE7

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

Shades of Rose White #FAEDE7

Tints of Rose White #FAEDE7

Color information

#FAEDE7 (or 0xFAEDE7) is unknown color: approx Rose White. HEX triplet: FA, ED and E7. RGB value is (250,237,231). Sum of RGB (Red+Green+Blue) = 250+237+231=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 231 (90.62% from 255 or 32.17% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDE7 is #051218. Grayscale: #F0F0F0. Windows color (decimal): -332313 or 15199738. OLE color: 15199738.

HSL color Cylindrical-coordinate representation of color #FAEDE7: hue angle of 18.95º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAEDE7 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250237231-
CMYK00.050.080.02
HSL18.95º65.52%94.31%-
HSV(B)18.95º7.6%98.04%-
XYZ84.1386.6687.89-
YUV240.2122.81134.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 231 (90.62% from 255) = 32.17%
R=34.82%
G=33.01%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023723100.050.080.0218.9565.5294.31
HexFAEDE7058213425e
Octal3723553470510223102136
Binary11111010111011011110011101011000101001110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDE7; }

 p { color: rgb(250,237,231); }

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

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

 a { background-color: rgb(250,237,231); }

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

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

 span { border-color: rgb(250,237,231); }

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