Html Css Color HEX #FCA5D3 Lavender Pink

📋 copy color: '#FCA5D3'

red 252 ◦ green 165 ◦ blue 211

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

Shades of Lavender Pink #FCA5D3

Tints of Lavender Pink #FCA5D3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.27%

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

R = 40.13%
G = 26.27%
B = 33.6%

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

#FCA5D3 (or 0xFCA5D3) is known color: Lavender Pink. HEX triplet: FC, A5 and D3. RGB value is (252,165,211). Sum of RGB (Red+Green+Blue) = 252+165+211=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5D3 is #035A2C. Grayscale: #C4C4C4. Windows color (decimal): -219693 or 13870588. OLE color: 13870588.

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

Color convert

RGB 252 165 211 -
CMYK 0 0.35 0.16 0.01
HSL 328.28º 0.94% 0.82% -
HSV(B) 328.28º 0.35% 0.99% -
XYZ 65.36 52.31 68.28 -
YUV 196.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 252 165 211 0 0.35 0.16 0.01 328.28 0.94 0.82
Hex FC A5 D3 0 23 10 1 148 5E 52
Octal 374 245 323 0 43 20 1 510 136 122
Binary 11111100 10100101 11010011 0 100011 10000 1 101001000 1011110 1010010

Color Harmonies of #FCA5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA5D3

Black with #FCA5D3

Text Example


Text Example

White with #FCA5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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