#FAEDE6

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

Shades of Rose White #FAEDE6

Tints of Rose White #FAEDE6

Color information

#FAEDE6 (or 0xFAEDE6) is unknown color: approx Rose White. HEX triplet: FA, ED and E6. RGB value is (250,237,230). Sum of RGB (Red+Green+Blue) = 250+237+230=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 230 (90.23% from 255 or 32.08% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDE6 is #051219. Grayscale: #F0F0F0. Windows color (decimal): -332314 or 15134202. OLE color: 15134202.

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

Color convert

RGB250237230-
CMYK00.050.080.02
HSL21º66.67%94.12%-
HSV(B)21º8%98.04%-
XYZ83.9986.6187.15-
YUV240.09122.31135.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 230 (90.23% from 255) = 32.08%
R=34.87%
G=33.05%
B=32.08%

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
Decimal25023723000.050.080.022166.6794.12
HexFAEDE6058215435e
Octal3723553460510225103136
Binary11111010111011011110011001011000101010110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDE6; }

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

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

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

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

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

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

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

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