Html Css Color HEX #FCABD0 Lavender Pink

📋 copy color: '#FCABD0'

red 252 ◦ green 171 ◦ blue 208

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

Shades of Lavender Pink #FCABD0

Tints of Lavender Pink #FCABD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.96%

R = 39.94%
G = 27.1%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCABD0 (or 0xFCABD0) is known color: Lavender Pink. HEX triplet: FC, AB and D0. RGB value is (252,171,208). Sum of RGB (Red+Green+Blue) = 252+171+208=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABD0 is #03542F. Grayscale: #C7C7C7. Windows color (decimal): -218160 or 13675516. OLE color: 13675516.

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

Color convert

RGB 252 171 208 -
CMYK 0 0.32 0.17 0.01
HSL 332.59º 0.93% 0.83% -
HSV(B) 332.59º 0.32% 0.99% -
XYZ 66.09 54.38 66.69 -
YUV 199.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 252 171 208 0 0.32 0.17 0.01 332.59 0.93 0.83
Hex FC AB D0 0 20 11 1 14D 5D 53
Octal 374 253 320 0 40 21 1 515 135 123
Binary 11111100 10101011 11010000 0 100000 10001 1 101001101 1011101 1010011

Color Harmonies of #FCABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABD0

Black with #FCABD0

Text Example


Text Example

White with #FCABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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