#FCABCF

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

Shades of Lavender Pink #FCABCF

Tints of Lavender Pink #FCABCF

Color information

#FCABCF (or 0xFCABCF) is unknown color: approx Lavender Pink. HEX triplet: FC, AB and CF. RGB value is (252,171,207). Sum of RGB (Red+Green+Blue) = 252+171+207=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABCF is #035430. Grayscale: #C7C7C7. Windows color (decimal): -218161 or 13609980. OLE color: 13609980.

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

Color convert

RGB252171207-
CMYK00.320.180.01
HSL333.33º93.1%82.94%-
HSV(B)333.33º32.14%98.82%-
XYZ65.9754.3366.04-
YUV199.32132.34165.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 171 (67.19% from 255) = 27.14%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=40%
G=27.14%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217120700.320.180.01333.3393.182.94
HexFCABCF02012114d5d53
Octal374253317040221515135123
Binary111111001010101111001111010000010010110100110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABCF; }

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

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

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

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

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

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

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

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