Html Css Color HEX #FCACD1 Lavender Pink

📋 copy color: '#FCACD1'

red 252 ◦ green 172 ◦ blue 209

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

Shades of Lavender Pink #FCACD1

Tints of Lavender Pink #FCACD1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.17%

 BLUE value IS 209 (82.03% from 255) = 33.02%

R = 39.81%
G = 27.17%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCACD1 (or 0xFCACD1) is known color: Lavender Pink. HEX triplet: FC, AC and D1. RGB value is (252,172,209). Sum of RGB (Red+Green+Blue) = 252+172+209=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD1 is #03532E. Grayscale: #C8C8C8. Windows color (decimal): -217903 or 13741308. OLE color: 13741308.

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

Color convert

RGB 252 172 209 -
CMYK 0 0.32 0.17 0.01
HSL 332.25º 0.93% 0.83% -
HSV(B) 332.25º 0.32% 0.99% -
XYZ 66.41 54.8 67.4 -
YUV 200.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 252 172 209 0 0.32 0.17 0.01 332.25 0.93 0.83
Hex FC AC D1 0 20 11 1 14C 5D 53
Octal 374 254 321 0 40 21 1 514 135 123
Binary 11111100 10101100 11010001 0 100000 10001 1 101001100 1011101 1010011

Color Harmonies of #FCACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACD1

Black with #FCACD1

Text Example


Text Example

White with #FCACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACD1; }

 p { color: rgb(252,172,209); }

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

background-color css

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

 a { background-color: rgb(252,172,209); }

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

border-color css

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

 span { border-color: rgb(252,172,209); }

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