#FCACD0

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

Shades of Lavender Pink #FCACD0

Tints of Lavender Pink #FCACD0

Color information

#FCACD0 (or 0xFCACD0) is unknown color: approx Lavender Pink. HEX triplet: FC, AC and D0. RGB value is (252,172,208). Sum of RGB (Red+Green+Blue) = 252+172+208=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD0 is #03532F. Grayscale: #C7C7C7. Windows color (decimal): -217904 or 13675772. OLE color: 13675772.

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

Color convert

RGB252172208-
CMYK00.320.170.01
HSL333º93.02%83.14%-
HSV(B)333º31.75%98.82%-
XYZ66.2854.7566.75-
YUV200.02132.5165.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=39.87%
G=27.22%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217220800.320.170.0133393.0283.14
HexFCACD002011114d5d53
Octal374254320040211515135123
Binary111111001010110011010000010000010001110100110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACD0; }

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

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

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

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

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

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

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

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