#FAEDE5

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

Shades of Rose White #FAEDE5

Tints of Rose White #FAEDE5

Color information

#FAEDE5 (or 0xFAEDE5) is unknown color: approx Rose White. HEX triplet: FA, ED and E5. RGB value is (250,237,229). Sum of RGB (Red+Green+Blue) = 250+237+229=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDE5 is #05121A. Grayscale: #F0F0F0. Windows color (decimal): -332315 or 15068666. OLE color: 15068666.

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

Color convert

RGB250237229-
CMYK00.050.080.02
HSL22.86º67.74%93.92%-
HSV(B)22.86º8.4%98.04%-
XYZ83.8586.5586.42-
YUV239.98121.81135.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 229 (89.84% from 255) = 31.98%
R=34.92%
G=33.10%
B=31.98%

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
Decimal25023722900.050.080.0222.8667.7493.92
HexFAEDE5058217445e
Octal3723553450510227104136
Binary11111010111011011110010101011000101011110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDE5; }

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

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

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

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

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

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

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

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