Html Css Color HEX #FCB4DC Lavender Pink

📋 copy color: '#FCB4DC'

red 252 ◦ green 180 ◦ blue 220

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

Shades of Lavender Pink #FCB4DC

Tints of Lavender Pink #FCB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.61%

 BLUE value IS 220 (86.33% from 255) = 33.74%

R = 38.65%
G = 27.61%
B = 33.74%

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

#FCB4DC (or 0xFCB4DC) is known color: Lavender Pink. HEX triplet: FC, B4 and DC. RGB value is (252,180,220). Sum of RGB (Red+Green+Blue) = 252+180+220=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4DC is #034B23. Grayscale: #CDCDCD. Windows color (decimal): -215844 or 14464252. OLE color: 14464252.

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

Color convert

RGB 252 180 220 -
CMYK 0 0.29 0.13 0.01
HSL 326.67º 0.92% 0.85% -
HSV(B) 326.67º 0.29% 0.99% -
XYZ 69.38 58.51 75.35 -
YUV 206.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 252 180 220 0 0.29 0.13 0.01 326.67 0.92 0.85
Hex FC B4 DC 0 1D D 1 147 5C 55
Octal 374 264 334 0 35 15 1 507 134 125
Binary 11111100 10110100 11011100 0 11101 1101 1 101000111 1011100 1010101

Color Harmonies of #FCB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4DC

Black with #FCB4DC

Text Example


Text Example

White with #FCB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4DC; }

 p { color: rgb(252,180,220); }

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

background-color css

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

 a { background-color: rgb(252,180,220); }

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

border-color css

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

 span { border-color: rgb(252,180,220); }

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