#FAACE8

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

Shades of Lavender Rose #FAACE8

Tints of Lavender Rose #FAACE8

Color information

#FAACE8 (or 0xFAACE8) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and E8. RGB value is (250,172,232). Sum of RGB (Red+Green+Blue) = 250+172+232=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACE8 is #055317. Grayscale: #CACACA. Windows color (decimal): -348952 or 15248634. OLE color: 15248634.

HSL color Cylindrical-coordinate representation of color #FAACE8: hue angle of 313.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACE8 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB250172232-
CMYK00.310.070.02
HSL313.85º88.64%82.75%-
HSV(B)313.85º31.2%98.04%-
XYZ68.7455.6683.46-
YUV202.16144.84162.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 172 (67.58% from 255) = 26.30%
BLUE value IS 232 (91.02% from 255) = 35.47%
R=38.23%
G=26.30%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017223200.310.070.02313.8588.6482.75
HexFAACE801F7213a5953
Octal37225435003772472131123
Binary1111101010101100111010000111111111010011101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACE8; }

 p { color: rgb(250,172,232); }

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

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

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

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

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

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

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