Html Css Color HEX #FCB3DB Lavender Pink

📋 copy color: '#FCB3DB'

red 252 ◦ green 179 ◦ blue 219

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

Shades of Lavender Pink #FCB3DB

Tints of Lavender Pink #FCB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.54%

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

R = 38.77%
G = 27.54%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCB3DB (or 0xFCB3DB) is known color: Lavender Pink. HEX triplet: FC, B3 and DB. RGB value is (252,179,219). Sum of RGB (Red+Green+Blue) = 252+179+219=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 179 (70.31% from 255 or 27.54% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3DB is #034C24. Grayscale: #CDCDCD. Windows color (decimal): -216101 or 14398460. OLE color: 14398460.

HSL color Cylindrical-coordinate representation of color #FCB3DB: hue angle of 327.12º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3DB is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 219 -
CMYK 0 0.29 0.13 0.01
HSL 327.12º 0.92% 0.85% -
HSV(B) 327.12º 0.29% 0.99% -
XYZ 69.05 58.05 74.58 -
YUV 205.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 252 179 219 0 0.29 0.13 0.01 327.12 0.92 0.85
Hex FC B3 DB 0 1D D 1 147 5C 55
Octal 374 263 333 0 35 15 1 507 134 125
Binary 11111100 10110011 11011011 0 11101 1101 1 101000111 1011100 1010101

Color Harmonies of #FCB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3DB

Black with #FCB3DB

Text Example


Text Example

White with #FCB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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