#FAEEE7

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

Shades of Rose White #FAEEE7

Tints of Rose White #FAEEE7

Color information

#FAEEE7 (or 0xFAEEE7) is unknown color: approx Rose White. HEX triplet: FA, EE and E7. RGB value is (250,238,231). Sum of RGB (Red+Green+Blue) = 250+238+231=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 231 (90.62% from 255 or 32.13% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEE7 is #051118. Grayscale: #F0F0F0. Windows color (decimal): -332057 or 15199994. OLE color: 15199994.

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

Color convert

RGB250238231-
CMYK00.050.080.02
HSL22.11º65.52%94.31%-
HSV(B)22.11º7.6%98.04%-
XYZ84.4287.2487.99-
YUV240.79122.48134.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 238 (93.36% from 255) = 33.10%
BLUE value IS 231 (90.62% from 255) = 32.13%
R=34.77%
G=33.10%
B=32.13%

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
Decimal25023823100.050.080.0222.1165.5294.31
HexFAEEE7058216425e
Octal3723563470510226102136
Binary11111010111011101110011101011000101011010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEE7; }

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

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

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

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

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

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

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

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