#FAEAEA

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

Shades of Tutu #FAEAEA

Tints of Tutu #FAEAEA

Color information

#FAEAEA (or 0xFAEAEA) is unknown color: approx Tutu. HEX triplet: FA, EA and EA. RGB value is (250,234,234). Sum of RGB (Red+Green+Blue) = 250+234+234=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 234 (91.80% from 255 or 32.59% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAEA is #051515. Grayscale: #EEEEEE. Windows color (decimal): -333078 or 15395578. OLE color: 15395578.

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

Color convert

RGB250234234-
CMYK00.060.060.02
HSL61.54%94.9%-
HSV(B)6.4%98.04%-
XYZ83.785.1189.86-
YUV238.78125.3136-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 234 (91.80% from 255) = 32.59%
BLUE value IS 234 (91.80% from 255) = 32.59%
R=34.82%
G=32.59%
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
Decimal25023423400.060.060.02061.5494.9
HexFAEAEA066203e5f
Octal3723523520662076137
Binary11111010111010101110101001101101001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAEA; }

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

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

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

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

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

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

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

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