Html Css Color HEX #FCACD2 Lavender Pink

📋 copy color: '#FCACD2'

red 252 ◦ green 172 ◦ blue 210

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

Shades of Lavender Pink #FCACD2

Tints of Lavender Pink #FCACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.12%

R = 39.75%
G = 27.13%
B = 33.12%

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

#FCACD2 (or 0xFCACD2) is known color: Lavender Pink. HEX triplet: FC, AC and D2. RGB value is (252,172,210). Sum of RGB (Red+Green+Blue) = 252+172+210=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACD2 is #03532D. Grayscale: #C8C8C8. Windows color (decimal): -217902 or 13806844. OLE color: 13806844.

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

Color convert

RGB 252 172 210 -
CMYK 0 0.32 0.17 0.01
HSL 331.5º 0.93% 0.83% -
HSV(B) 331.5º 0.32% 0.99% -
XYZ 66.53 54.85 68.05 -
YUV 200.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 252 172 210 0 0.32 0.17 0.01 331.5 0.93 0.83
Hex FC AC D2 0 20 11 1 14C 5D 53
Octal 374 254 322 0 40 21 1 514 135 123
Binary 11111100 10101100 11010010 0 100000 10001 1 101001100 1011101 1010011

Color Harmonies of #FCACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACD2

Black with #FCACD2

Text Example


Text Example

White with #FCACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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