#FCACD8

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

Shades of Lavender Pink #FCACD8

Tints of Lavender Pink #FCACD8

Color information

#FCACD8 (or 0xFCACD8) is unknown color: approx Lavender Pink. HEX triplet: FC, AC and D8. RGB value is (252,172,216). Sum of RGB (Red+Green+Blue) = 252+172+216=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD8 is #035327. Grayscale: #C8C8C8. Windows color (decimal): -217896 or 14200060. OLE color: 14200060.

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

Color convert

RGB252172216-
CMYK00.320.140.01
HSL327º93.02%83.14%-
HSV(B)327º31.75%98.82%-
XYZ67.2955.1672.07-
YUV200.94136.5164.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 216 (84.77% from 255) = 33.75%
R=39.38%
G=26.88%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217221600.320.140.0132793.0283.14
HexFCACD8020E11475d53
Octal374254330040161507135123
Binary11111100101011001101100001000001110110100011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACD8; }

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

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

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

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

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

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

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

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