#FCADCD

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

Shades of Lavender Pink #FCADCD

Tints of Lavender Pink #FCADCD

Color information

#FCADCD (or 0xFCADCD) is unknown color: approx Lavender Pink. HEX triplet: FC, AD and CD. RGB value is (252,173,205). Sum of RGB (Red+Green+Blue) = 252+173+205=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADCD is #035232. Grayscale: #C8C8C8. Windows color (decimal): -217651 or 13479420. OLE color: 13479420.

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

Color convert

RGB252173205-
CMYK00.310.190.01
HSL335.7º92.94%83.33%-
HSV(B)335.7º31.35%98.82%-
XYZ66.1154.9964.89-
YUV200.27130.67164.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 173 (67.97% from 255) = 27.46%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=40%
G=27.46%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217320500.310.190.01335.792.9483.33
HexFCADCD01F1311505d53
Octal374255315037231520135123
Binary11111100101011011100110101111110011110101000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADCD; }

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

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

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

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

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

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

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

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