#FCABF2

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

Shades of Lavender Rose #FCABF2

Tints of Lavender Rose #FCABF2

Color information

#FCABF2 (or 0xFCABF2) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and F2. RGB value is (252,171,242). Sum of RGB (Red+Green+Blue) = 252+171+242=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 171 (67.19% from 255 or 25.71% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF2 is #03540D. Grayscale: #CBCBCB. Windows color (decimal): -218126 or 15903740. OLE color: 15903740.

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

Color convert

RGB252171242-
CMYK00.320.040.01
HSL307.41º93.1%82.94%-
HSV(B)307.41º32.14%98.82%-
XYZ70.7356.2391.13-
YUV203.31149.84162.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 171 (67.19% from 255) = 25.71%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=37.89%
G=25.71%
B=36.39%

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
Decimal25217124200.320.040.01307.4193.182.94
HexFCABF2020411335d53
Octal37425336204041463135123
Binary1111110010101011111100100100000100110011001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABF2; }

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

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

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

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

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

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

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

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