Html Css Color HEX #FCABD2 Lavender Pink

📋 copy color: '#FCABD2'

red 252 ◦ green 171 ◦ blue 210

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

Shades of Lavender Pink #FCABD2

Tints of Lavender Pink #FCABD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 39.81%
G = 27.01%
B = 33.18%

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

#FCABD2 (or 0xFCABD2) is known color: Lavender Pink. HEX triplet: FC, AB and D2. RGB value is (252,171,210). Sum of RGB (Red+Green+Blue) = 252+171+210=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABD2 is #03542D. Grayscale: #C7C7C7. Windows color (decimal): -218158 or 13806588. OLE color: 13806588.

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

Color convert

RGB 252 171 210 -
CMYK 0 0.32 0.17 0.01
HSL 331.11º 0.93% 0.83% -
HSV(B) 331.11º 0.32% 0.99% -
XYZ 66.34 54.47 67.99 -
YUV 199.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 252 171 210 0 0.32 0.17 0.01 331.11 0.93 0.83
Hex FC AB D2 0 20 11 1 14B 5D 53
Octal 374 253 322 0 40 21 1 513 135 123
Binary 11111100 10101011 11010010 0 100000 10001 1 101001011 1011101 1010011

Color Harmonies of #FCABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABD2

Black with #FCABD2

Text Example


Text Example

White with #FCABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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