#FAEFEB

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

Shades of Rose White #FAEFEB

Tints of Rose White #FAEFEB

Color information

#FAEFEB (or 0xFAEFEB) is unknown color: approx Rose White. HEX triplet: FA, EF and EB. RGB value is (250,239,235). Sum of RGB (Red+Green+Blue) = 250+239+235=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFEB is #051014. Grayscale: #F1F1F1. Windows color (decimal): -331797 or 15462394. OLE color: 15462394.

HSL color Cylindrical-coordinate representation of color #FAEFEB: hue angle of 16º degrees, saturation: 0.6, 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 #FAEFEB is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250239235-
CMYK00.040.060.02
HSL16º60%95.1%-
HSV(B)16º6%98.04%-
XYZ85.2988.0691.1-
YUV241.83124.14133.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 239 (93.75% from 255) = 33.01%
BLUE value IS 235 (92.19% from 255) = 32.46%
R=34.53%
G=33.01%
B=32.46%

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
Decimal25023923500.040.060.02166095.1
HexFAEFEB0462103c5f
Octal37235735304622074137
Binary111110101110111111101011010011010100001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFEB; }

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

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

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

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

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

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

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

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