#FAABFD

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

Shades of Lavender Rose #FAABFD

Tints of Lavender Rose #FAABFD

Color information

#FAABFD (or 0xFAABFD) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and FD. RGB value is (250,171,253). Sum of RGB (Red+Green+Blue) = 250+171+253=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 171 (67.19% from 255 or 25.37% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABFD is #055402. Grayscale: #CBCBCB. Windows color (decimal): -349187 or 16624634. OLE color: 16624634.

HSL color Cylindrical-coordinate representation of color #FAABFD: hue angle of 297.8º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABFD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250171253-
CMYK0.010.3200.01
HSL297.8º95.35%83.14%-
HSV(B)297.8º32.41%99.22%-
XYZ71.7256.54100.06-
YUV203.97155.67160.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 171 (67.19% from 255) = 25.37%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=37.09%
G=25.37%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501712530.010.3200.01297.895.3583.14
HexFAABFD1200112a5f53
Octal37225337514001452137123
Binary11111010101010111111110111000000110010101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABFD; }

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

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

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

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

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

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

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

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