#FAEBE4

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

Shades of Rose White #FAEBE4

Tints of Rose White #FAEBE4

Color information

#FAEBE4 (or 0xFAEBE4) is unknown color: approx Rose White. HEX triplet: FA, EB and E4. RGB value is (250,235,228). Sum of RGB (Red+Green+Blue) = 250+235+228=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 228 (89.45% from 255 or 31.98% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBE4 is #05141B. Grayscale: #EEEEEE. Windows color (decimal): -332828 or 15002618. OLE color: 15002618.

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

Color convert

RGB250235228-
CMYK00.060.090.02
HSL19.09º68.75%93.73%-
HSV(B)19.09º8.8%98.04%-
XYZ83.1485.3485.49-
YUV238.69121.97136.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 235 (92.19% from 255) = 32.96%
BLUE value IS 228 (89.45% from 255) = 31.98%
R=35.06%
G=32.96%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023522800.060.090.0219.0968.7593.73
HexFAEBE4069213455e
Octal3723533440611223105136
Binary11111010111010111110010001101001101001110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBE4; }

 p { color: rgb(250,235,228); }

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

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

 a { background-color: rgb(250,235,228); }

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

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

 span { border-color: rgb(250,235,228); }

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