Html Css Color HEX #FCA1D4 Lavender Pink

📋 copy color: '#FCA1D4'

red 252 ◦ green 161 ◦ blue 212

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

Shades of Lavender Pink #FCA1D4

Tints of Lavender Pink #FCA1D4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.76%

 BLUE value IS 212 (83.2% from 255) = 33.92%

R = 40.32%
G = 25.76%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCA1D4 (or 0xFCA1D4) is known color: Lavender Pink. HEX triplet: FC, A1 and D4. RGB value is (252,161,212). Sum of RGB (Red+Green+Blue) = 252+161+212=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1D4 is #035E2B. Grayscale: #C1C1C1. Windows color (decimal): -220716 or 13935100. OLE color: 13935100.

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

Color convert

RGB 252 161 212 -
CMYK 0 0.36 0.16 0.01
HSL 326.37º 0.94% 0.81% -
HSV(B) 326.37º 0.36% 0.99% -
XYZ 64.77 50.94 68.71 -
YUV 194.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 252 161 212 0 0.36 0.16 0.01 326.37 0.94 0.81
Hex FC A1 D4 0 24 10 1 146 5E 51
Octal 374 241 324 0 44 20 1 506 136 121
Binary 11111100 10100001 11010100 0 100100 10000 1 101000110 1011110 1010001

Color Harmonies of #FCA1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA1D4

Black with #FCA1D4

Text Example


Text Example

White with #FCA1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA1D4; }

 p { color: rgb(252,161,212); }

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

background-color css

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

 a { background-color: rgb(252,161,212); }

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

border-color css

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

 span { border-color: rgb(252,161,212); }

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