#faaeeb

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

Shades of Lavender Rose #FAAEEB

Tints of Lavender Rose #FAAEEB

Color information

#FAAEEB (or 0xFAAEEB) is unknown color: approx Lavender Rose. HEX triplet: FA, AE and EB. RGB value is (250,174,235). Sum of RGB (Red+Green+Blue) = 250+174+235=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEEB is #055114. Grayscale: #CBCBCB. Windows color (decimal): -348437 or 15445754. OLE color: 15445754.

HSL color Cylindrical-coordinate representation of color #FAAEEB: hue angle of 311.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEEB is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250174235-
CMYK00.300.060.02
HSL311.84º88.37%83.14%-
HSV(B)311.84º30.4%98.04%-
XYZ69.5656.5985.86-
YUV203.68145.68161.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 174 (68.36% from 255) = 26.40%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=37.94%
G=26.40%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017423500.300.060.02311.8488.3783.14
HexFAAEEB01E621385853
Octal37225635303662470130123
Binary1111101010101110111010110111101101010011100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #faaeeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #faaeeb; }

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

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

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

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

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

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

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

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