#FAECEA

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

Shades of Tutu #FAECEA

Tints of Tutu #FAECEA

Color information

#FAECEA (or 0xFAECEA) is unknown color: approx Tutu. HEX triplet: FA, EC and EA. RGB value is (250,236,234). Sum of RGB (Red+Green+Blue) = 250+236+234=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 234 (91.80% from 255 or 32.5% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECEA is #051315. Grayscale: #EFEFEF. Windows color (decimal): -332566 or 15396090. OLE color: 15396090.

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

Color convert

RGB250236234-
CMYK00.060.060.02
HSL7.5º61.54%94.9%-
HSV(B)7.5º6.4%98.04%-
XYZ84.2786.2690.05-
YUV239.96124.64135.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 236 (92.58% from 255) = 32.78%
BLUE value IS 234 (91.80% from 255) = 32.5%
R=34.72%
G=32.78%
B=32.5%

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
Decimal25023623400.060.060.027.561.5494.9
HexFAECEA066283e5f
Octal37235435206621076137
Binary11111010111011001110101001101101010001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECEA; }

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

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

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

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

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

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

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

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