#FAEFEA

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

Shades of Rose White #FAEFEA

Tints of Rose White #FAEFEA

Color information

#FAEFEA (or 0xFAEFEA) is unknown color: approx Rose White. HEX triplet: FA, EF and EA. RGB value is (250,239,234). Sum of RGB (Red+Green+Blue) = 250+239+234=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 234 (91.80% from 255 or 32.37% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFEA is #051015. Grayscale: #F1F1F1. Windows color (decimal): -331798 or 15396858. OLE color: 15396858.

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

Color convert

RGB250239234-
CMYK00.040.060.02
HSL18.75º61.54%94.9%-
HSV(B)18.75º6.4%98.04%-
XYZ85.148890.34-
YUV241.72123.64133.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 239 (93.75% from 255) = 33.06%
BLUE value IS 234 (91.80% from 255) = 32.37%
R=34.58%
G=33.06%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023923400.040.060.0218.7561.5494.9
HexFAEFEA0462133e5f
Octal37235735204622376137
Binary111110101110111111101010010011010100111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFEA; }

 p { color: rgb(250,239,234); }

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

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

 a { background-color: rgb(250,239,234); }

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

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

 span { border-color: rgb(250,239,234); }

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