Html Css Color HEX #FCB1D9 Lavender Pink

📋 copy color: '#FCB1D9'

red 252 ◦ green 177 ◦ blue 217

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

Shades of Lavender Pink #FCB1D9

Tints of Lavender Pink #FCB1D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.59%

R = 39.01%
G = 27.4%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCB1D9 (or 0xFCB1D9) is known color: Lavender Pink. HEX triplet: FC, B1 and D9. RGB value is (252,177,217). Sum of RGB (Red+Green+Blue) = 252+177+217=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1D9 is #034E26. Grayscale: #CBCBCB. Windows color (decimal): -216615 or 14266876. OLE color: 14266876.

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

Color convert

RGB 252 177 217 -
CMYK 0 0.30 0.14 0.01
HSL 328º 0.93% 0.84% -
HSV(B) 328º 0.3% 0.99% -
XYZ 68.39 57.15 73.07 -
YUV 203.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 252 177 217 0 0.30 0.14 0.01 328 0.93 0.84
Hex FC B1 D9 0 1E E 1 148 5D 54
Octal 374 261 331 0 36 16 1 510 135 124
Binary 11111100 10110001 11011001 0 11110 1110 1 101001000 1011101 1010100

Color Harmonies of #FCB1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1D9

Black with #FCB1D9

Text Example


Text Example

White with #FCB1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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