Html Css Color HEX #FCA9D8 Lavender Pink

📋 copy color: '#FCA9D8'

red 252 ◦ green 169 ◦ blue 216

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

Shades of Lavender Pink #FCA9D8

Tints of Lavender Pink #FCA9D8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.53%

 BLUE value IS 216 (84.77% from 255) = 33.91%

R = 39.56%
G = 26.53%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCA9D8 (or 0xFCA9D8) is known color: Lavender Pink. HEX triplet: FC, A9 and D8. RGB value is (252,169,216). Sum of RGB (Red+Green+Blue) = 252+169+216=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9D8 is #035627. Grayscale: #C7C7C7. Windows color (decimal): -218664 or 14199292. OLE color: 14199292.

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

Color convert

RGB 252 169 216 -
CMYK 0 0.33 0.14 0.01
HSL 326.02º 0.93% 0.83% -
HSV(B) 326.02º 0.33% 0.99% -
XYZ 66.73 54.03 71.88 -
YUV 199.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 252 169 216 0 0.33 0.14 0.01 326.02 0.93 0.83
Hex FC A9 D8 0 21 E 1 146 5D 53
Octal 374 251 330 0 41 16 1 506 135 123
Binary 11111100 10101001 11011000 0 100001 1110 1 101000110 1011101 1010011

Color Harmonies of #FCA9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA9D8

Black with #FCA9D8

Text Example


Text Example

White with #FCA9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA9D8; }

 p { color: rgb(252,169,216); }

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

background-color css

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

 a { background-color: rgb(252,169,216); }

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

border-color css

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

 span { border-color: rgb(252,169,216); }

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