#FAAFE1

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

Shades of Lavender Rose #FAAFE1

Tints of Lavender Rose #FAAFE1

Color information

#FAAFE1 (or 0xFAAFE1) is unknown color: approx Lavender Rose. HEX triplet: FA, AF and E1. RGB value is (250,175,225). Sum of RGB (Red+Green+Blue) = 250+175+225=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFE1 is #05501E. Grayscale: #CBCBCB. Windows color (decimal): -348191 or 14790650. OLE color: 14790650.

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

Color convert

RGB250175225-
CMYK00.30.100.02
HSL320º88.24%83.33%-
HSV(B)320º30%98.04%-
XYZ68.3456.4278.52-
YUV203.12140.35161.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=38.46%
G=26.92%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017522500.30.100.0232088.2483.33
HexFAAFE101EA21405853
Octal372257341036122500130123
Binary11111010101011111110000101111010101010100000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFE1; }

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

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

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

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

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

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

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

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