#FAAFE5

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

Shades of Lavender Rose #FAAFE5

Tints of Lavender Rose #FAAFE5

Color information

#FAAFE5 (or 0xFAAFE5) is unknown color: approx Lavender Rose. HEX triplet: FA, AF and E5. RGB value is (250,175,229). Sum of RGB (Red+Green+Blue) = 250+175+229=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFE5 is #05501A. Grayscale: #CBCBCB. Windows color (decimal): -348187 or 15052794. OLE color: 15052794.

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

Color convert

RGB250175229-
CMYK00.30.080.02
HSL316.8º88.24%83.33%-
HSV(B)316.8º30%98.04%-
XYZ68.956.6481.43-
YUV203.58142.35161.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 229 (89.84% from 255) = 35.02%
R=38.23%
G=26.76%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017522900.30.080.02316.888.2483.33
HexFAAFE501E8213d5853
Octal372257345036102475130123
Binary11111010101011111110010101111010001010011110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFE5; }

 p { color: rgb(250,175,229); }

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

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

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

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

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

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

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