Html Css Color HEX #FCA4D3 Lavender Pink

📋 copy color: '#FCA4D3'

red 252 ◦ green 164 ◦ blue 211

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

Shades of Lavender Pink #FCA4D3

Tints of Lavender Pink #FCA4D3

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.16%

 BLUE value IS 211 (82.81% from 255) = 33.65%

R = 40.19%
G = 26.16%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCA4D3 (or 0xFCA4D3) is known color: Lavender Pink. HEX triplet: FC, A4 and D3. RGB value is (252,164,211). Sum of RGB (Red+Green+Blue) = 252+164+211=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4D3 is #035B2C. Grayscale: #C3C3C3. Windows color (decimal): -219949 or 13870332. OLE color: 13870332.

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

Color convert

RGB 252 164 211 -
CMYK 0 0.35 0.16 0.01
HSL 327.95º 0.94% 0.82% -
HSV(B) 327.95º 0.35% 0.99% -
XYZ 65.18 51.95 68.22 -
YUV 195.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 252 164 211 0 0.35 0.16 0.01 327.95 0.94 0.82
Hex FC A4 D3 0 23 10 1 148 5E 52
Octal 374 244 323 0 43 20 1 510 136 122
Binary 11111100 10100100 11010011 0 100011 10000 1 101001000 1011110 1010010

Color Harmonies of #FCA4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA4D3

Black with #FCA4D3

Text Example


Text Example

White with #FCA4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA4D3; }

 p { color: rgb(252,164,211); }

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

background-color css

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

 a { background-color: rgb(252,164,211); }

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

border-color css

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

 span { border-color: rgb(252,164,211); }

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