Html Css Color HEX #FCB1DB Lavender Pink

📋 copy color: '#FCB1DB'

red 252 ◦ green 177 ◦ blue 219

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

Shades of Lavender Pink #FCB1DB

Tints of Lavender Pink #FCB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.31%

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 38.89%
G = 27.31%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCB1DB (or 0xFCB1DB) is known color: Lavender Pink. HEX triplet: FC, B1 and DB. RGB value is (252,177,219). Sum of RGB (Red+Green+Blue) = 252+177+219=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1DB is #034E24. Grayscale: #CCCCCC. Windows color (decimal): -216613 or 14397948. OLE color: 14397948.

HSL color Cylindrical-coordinate representation of color #FCB1DB: hue angle of 326.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1DB is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 219 -
CMYK 0 0.30 0.13 0.01
HSL 326.4º 0.93% 0.84% -
HSV(B) 326.4º 0.3% 0.99% -
XYZ 68.65 57.25 74.45 -
YUV 204.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 252 177 219 0 0.30 0.13 0.01 326.4 0.93 0.84
Hex FC B1 DB 0 1E D 1 146 5D 54
Octal 374 261 333 0 36 15 1 506 135 124
Binary 11111100 10110001 11011011 0 11110 1101 1 101000110 1011101 1010100

Color Harmonies of #FCB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1DB

Black with #FCB1DB

Text Example


Text Example

White with #FCB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1DB; }

 p { color: rgb(252,177,219); }

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

background-color css

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

 a { background-color: rgb(252,177,219); }

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

border-color css

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

 span { border-color: rgb(252,177,219); }

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