#FCADD8

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

Shades of Lavender Pink #FCADD8

Tints of Lavender Pink #FCADD8

Color information

#FCADD8 (or 0xFCADD8) is unknown color: approx Lavender Pink. HEX triplet: FC, AD and D8. RGB value is (252,173,216). Sum of RGB (Red+Green+Blue) = 252+173+216=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADD8 is #035227. Grayscale: #C9C9C9. Windows color (decimal): -217640 or 14200316. OLE color: 14200316.

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

Color convert

RGB252173216-
CMYK00.310.140.01
HSL327.34º92.94%83.33%-
HSV(B)327.34º31.35%98.82%-
XYZ67.4855.5472.13-
YUV201.52136.17164-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=39.31%
G=26.99%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217321600.310.140.01327.3492.9483.33
HexFCADD801FE11475d53
Octal374255330037161507135123
Binary1111110010101101110110000111111110110100011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADD8; }

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

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

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

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

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

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

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

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