#FCABFA

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

Shades of Lavender Rose #FCABFA

Tints of Lavender Rose #FCABFA

Color information

#FCABFA (or 0xFCABFA) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and FA. RGB value is (252,171,250). Sum of RGB (Red+Green+Blue) = 252+171+250=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 171 (67.19% from 255 or 25.41% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABFA is #035405. Grayscale: #CBCBCB. Windows color (decimal): -218118 or 16428028. OLE color: 16428028.

HSL color Cylindrical-coordinate representation of color #FCABFA: hue angle of 301.48º degrees, saturation: 0.93, 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 #FCABFA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252171250-
CMYK00.320.010.01
HSL301.48º93.1%82.94%-
HSV(B)301.48º32.14%98.82%-
XYZ71.9656.7297.6-
YUV204.22153.84162.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 171 (67.19% from 255) = 25.41%
BLUE value IS 250 (98.05% from 255) = 37.15%
R=37.44%
G=25.41%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217125000.320.010.01301.4893.182.94
HexFCABFA0201112d5d53
Octal37425337204011455135123
Binary11111100101010111111101001000001110010110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABFA; }

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

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

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

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

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

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

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

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