Html Css Color HEX #FCA0D5 Lavender Pink

📋 copy color: '#FCA0D5'

red 252 ◦ green 160 ◦ blue 213

#FCA0D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #FCA0D5

Tints of Lavender Pink #FCA0D5

RGB

 RED value IS 252 (98.83% from 255) = 40.32%

 GREEN value IS 160 (62.89% from 255) = 25.6%

 BLUE value IS 213 (83.59% from 255) = 34.08%

R = 40.32%
G = 25.6%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCA0D5 (or 0xFCA0D5) is known color: Lavender Pink. HEX triplet: FC, A0 and D5. RGB value is (252,160,213). Sum of RGB (Red+Green+Blue) = 252+160+213=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0D5 is #035F2A. Grayscale: #C1C1C1. Windows color (decimal): -220971 or 14000380. OLE color: 14000380.

HSL color Cylindrical-coordinate representation of color #FCA0D5: hue angle of 325.43º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0D5 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 160 213 -
CMYK 0 0.37 0.15 0.01
HSL 325.43º 0.94% 0.81% -
HSV(B) 325.43º 0.37% 0.99% -
XYZ 64.73 50.64 69.31 -
YUV 193.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 252 160 213 0 0.37 0.15 0.01 325.43 0.94 0.81
Hex FC A0 D5 0 25 F 1 145 5E 51
Octal 374 240 325 0 45 17 1 505 136 121
Binary 11111100 10100000 11010101 0 100101 1111 1 101000101 1011110 1010001

Color Harmonies of #FCA0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0D5

Black with #FCA0D5

Text Example


Text Example

White with #FCA0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0D5; }

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

 H1.HeaderClassName
 {
   color: #FCA0D5;
 }
 .AnyTagClassName
 {
   color: #FCA0D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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