#FCADDD

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

Shades of Lavender Pink #FCADDD

Tints of Lavender Pink #FCADDD

Color information

#FCADDD (or 0xFCADDD) is unknown color: approx Lavender Pink. HEX triplet: FC, AD and DD. RGB value is (252,173,221). Sum of RGB (Red+Green+Blue) = 252+173+221=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADDD is #035222. Grayscale: #C9C9C9. Windows color (decimal): -217635 or 14527996. OLE color: 14527996.

HSL color Cylindrical-coordinate representation of color #FCADDD: hue angle of 323.54º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADDD is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252173221-
CMYK00.310.120.01
HSL323.54º92.94%83.33%-
HSV(B)323.54º31.35%98.82%-
XYZ68.1455.875.59-
YUV202.09138.67163.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 173 (67.97% from 255) = 26.78%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=39.01%
G=26.78%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217322100.310.120.01323.5492.9483.33
HexFCADDD01FC11445d53
Octal374255335037141504135123
Binary1111110010101101110111010111111100110100010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADDD; }

 p { color: rgb(252,173,221); }

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

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

 a { background-color: rgb(252,173,221); }

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

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

 span { border-color: rgb(252,173,221); }

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