#FCACDB

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

Shades of Lavender Pink #FCACDB

Tints of Lavender Pink #FCACDB

Color information

#FCACDB (or 0xFCACDB) is unknown color: approx Lavender Pink. HEX triplet: FC, AC and DB. RGB value is (252,172,219). Sum of RGB (Red+Green+Blue) = 252+172+219=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACDB is #035324. Grayscale: #C9C9C9. Windows color (decimal): -217893 or 14396668. OLE color: 14396668.

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

Color convert

RGB252172219-
CMYK00.320.130.01
HSL324.75º93.02%83.14%-
HSV(B)324.75º31.75%98.82%-
XYZ67.6855.3174.13-
YUV201.28138164.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=39.19%
G=26.75%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217221900.320.130.01324.7593.0283.14
HexFCACDB020D11455d53
Octal374254333040151505135123
Binary11111100101011001101101101000001101110100010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACDB; }

 p { color: rgb(252,172,219); }

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

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

 a { background-color: rgb(252,172,219); }

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

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

 span { border-color: rgb(252,172,219); }

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