#FAECEB

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

Shades of Tutu #FAECEB

Tints of Tutu #FAECEB

Color information

#FAECEB (or 0xFAECEB) is unknown color: approx Tutu. HEX triplet: FA, EC and EB. RGB value is (250,236,235). Sum of RGB (Red+Green+Blue) = 250+236+235=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 235 (92.19% from 255 or 32.59% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECEB is #051314. Grayscale: #F0F0F0. Windows color (decimal): -332565 or 15461626. OLE color: 15461626.

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

Color convert

RGB250236235-
CMYK00.060.060.02
HSL60%95.1%-
HSV(B)6%98.04%-
XYZ84.4286.3190.81-
YUV240.07125.14135.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 236 (92.58% from 255) = 32.73%
BLUE value IS 235 (92.19% from 255) = 32.59%
R=34.67%
G=32.73%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023623500.060.060.0246095.1
HexFAECEB066243c5f
Octal3723543530662474137
Binary1111101011101100111010110110110101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECEB; }

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

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

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

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

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

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

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

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