Html Css Color HEX #FCABD6 Lavender Pink

📋 copy color: '#FCABD6'

red 252 ◦ green 171 ◦ blue 214

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

Shades of Lavender Pink #FCABD6

Tints of Lavender Pink #FCABD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.59%

R = 39.56%
G = 26.84%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCABD6 (or 0xFCABD6) is known color: Lavender Pink. HEX triplet: FC, AB and D6. RGB value is (252,171,214). Sum of RGB (Red+Green+Blue) = 252+171+214=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABD6 is #035429. Grayscale: #C8C8C8. Windows color (decimal): -218154 or 14068732. OLE color: 14068732.

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

Color convert

RGB 252 171 214 -
CMYK 0 0.32 0.15 0.01
HSL 328.15º 0.93% 0.83% -
HSV(B) 328.15º 0.32% 0.99% -
XYZ 66.85 54.68 70.65 -
YUV 200.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 252 171 214 0 0.32 0.15 0.01 328.15 0.93 0.83
Hex FC AB D6 0 20 F 1 148 5D 53
Octal 374 253 326 0 40 17 1 510 135 123
Binary 11111100 10101011 11010110 0 100000 1111 1 101001000 1011101 1010011

Color Harmonies of #FCABD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABD6

Black with #FCABD6

Text Example


Text Example

White with #FCABD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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