Html Css Color HEX #FCABD8 Lavender Pink

📋 copy color: '#FCABD8'

red 252 ◦ green 171 ◦ blue 216

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

Shades of Lavender Pink #FCABD8

Tints of Lavender Pink #FCABD8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.76%

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

R = 39.44%
G = 26.76%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCABD8 (or 0xFCABD8) is known color: Lavender Pink. HEX triplet: FC, AB and D8. RGB value is (252,171,216). Sum of RGB (Red+Green+Blue) = 252+171+216=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABD8 is #035427. Grayscale: #C8C8C8. Windows color (decimal): -218152 or 14199804. OLE color: 14199804.

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

Color convert

RGB 252 171 216 -
CMYK 0 0.32 0.14 0.01
HSL 326.67º 0.93% 0.83% -
HSV(B) 326.67º 0.32% 0.99% -
XYZ 67.1 54.78 72 -
YUV 200.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 252 171 216 0 0.32 0.14 0.01 326.67 0.93 0.83
Hex FC AB D8 0 20 E 1 147 5D 53
Octal 374 253 330 0 40 16 1 507 135 123
Binary 11111100 10101011 11011000 0 100000 1110 1 101000111 1011101 1010011

Color Harmonies of #FCABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABD8

Black with #FCABD8

Text Example


Text Example

White with #FCABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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