#FAABFE

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

Shades of Lavender Rose #FAABFE

Tints of Lavender Rose #FAABFE

Color information

#FAABFE (or 0xFAABFE) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and FE. RGB value is (250,171,254). Sum of RGB (Red+Green+Blue) = 250+171+254=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 171 (67.19% from 255 or 25.33% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABFE is #055401. Grayscale: #CBCBCB. Windows color (decimal): -349186 or 16690170. OLE color: 16690170.

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

Color convert

RGB250171254-
CMYK0.020.3300.00
HSL297.11º97.65%83.33%-
HSV(B)297.11º32.68%99.61%-
XYZ71.8856.61100.9-
YUV204.08156.17160.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 171 (67.19% from 255) = 25.33%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=37.04%
G=25.33%
B=37.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501712540.020.3300.00297.1197.6583.33
HexFAABFE221001296253
Octal37225337624100451142123
Binary111110101010101111111110101000010010010100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABFE; }

 p { color: rgb(250,171,254); }

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

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

 a { background-color: rgb(250,171,254); }

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

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

 span { border-color: rgb(250,171,254); }

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