#FAACEE

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

Shades of Lavender Rose #FAACEE

Tints of Lavender Rose #FAACEE

Color information

#FAACEE (or 0xFAACEE) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and EE. RGB value is (250,172,238). Sum of RGB (Red+Green+Blue) = 250+172+238=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACEE is #055311. Grayscale: #CACACA. Windows color (decimal): -348946 or 15641850. OLE color: 15641850.

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

Color convert

RGB250172238-
CMYK00.310.050.02
HSL309.23º88.64%82.75%-
HSV(B)309.23º31.2%98.04%-
XYZ69.615688.03-
YUV202.85147.84161.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 172 (67.58% from 255) = 26.06%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=37.88%
G=26.06%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017223800.310.050.02309.2388.6482.75
HexFAACEE01F521355953
Octal37225435603752465131123
Binary1111101010101100111011100111111011010011010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACEE; }

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

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

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

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

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

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

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

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