#FCABF1

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

Shades of Lavender Rose #FCABF1

Tints of Lavender Rose #FCABF1

Color information

#FCABF1 (or 0xFCABF1) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and F1. RGB value is (252,171,241). Sum of RGB (Red+Green+Blue) = 252+171+241=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 171 (67.19% from 255 or 25.75% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF1 is #03540E. Grayscale: #CBCBCB. Windows color (decimal): -218127 or 15838204. OLE color: 15838204.

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

Color convert

RGB252171241-
CMYK00.320.040.01
HSL308.15º93.1%82.94%-
HSV(B)308.15º32.14%98.82%-
XYZ70.5856.1790.34-
YUV203.2149.34162.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 171 (67.19% from 255) = 25.75%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=37.95%
G=25.75%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217124100.320.040.01308.1593.182.94
HexFCABF1020411345d53
Octal37425336104041464135123
Binary1111110010101011111100010100000100110011010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABF1; }

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

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

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

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

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

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

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

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