#FCADD5

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

Shades of Lavender Pink #FCADD5

Tints of Lavender Pink #FCADD5

Color information

#FCADD5 (or 0xFCADD5) is unknown color: approx Lavender Pink. HEX triplet: FC, AD and D5. RGB value is (252,173,213). Sum of RGB (Red+Green+Blue) = 252+173+213=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADD5 is #03522A. Grayscale: #C9C9C9. Windows color (decimal): -217643 or 14003708. OLE color: 14003708.

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

Color convert

RGB252173213-
CMYK00.310.150.01
HSL329.62º92.94%83.33%-
HSV(B)329.62º31.35%98.82%-
XYZ67.155.3970.11-
YUV201.18134.67164.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=39.50%
G=27.12%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217321300.310.150.01329.6292.9483.33
HexFCADD501FF114a5d53
Octal374255325037171512135123
Binary1111110010101101110101010111111111110100101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADD5; }

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

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

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

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

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

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

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

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