Html Css Color HEX #FCABDA Lavender Pink

📋 copy color: '#FCABDA'

red 252 ◦ green 171 ◦ blue 218

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

Shades of Lavender Pink #FCABDA

Tints of Lavender Pink #FCABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.01%

R = 39.31%
G = 26.68%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCABDA (or 0xFCABDA) is known color: Lavender Pink. HEX triplet: FC, AB and DA. RGB value is (252,171,218). Sum of RGB (Red+Green+Blue) = 252+171+218=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABDA is #035425. Grayscale: #C8C8C8. Windows color (decimal): -218150 or 14330876. OLE color: 14330876.

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

Color convert

RGB 252 171 218 -
CMYK 0 0.32 0.13 0.01
HSL 325.19º 0.93% 0.83% -
HSV(B) 325.19º 0.32% 0.99% -
XYZ 67.36 54.88 73.37 -
YUV 200.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 252 171 218 0 0.32 0.13 0.01 325.19 0.93 0.83
Hex FC AB DA 0 20 D 1 145 5D 53
Octal 374 253 332 0 40 15 1 505 135 123
Binary 11111100 10101011 11011010 0 100000 1101 1 101000101 1011101 1010011

Color Harmonies of #FCABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABDA

Black with #FCABDA

Text Example


Text Example

White with #FCABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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