Html Css Color HEX #FCB1D0 Lavender Pink

📋 copy color: '#FCB1D0'

red 252 ◦ green 177 ◦ blue 208

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

Shades of Lavender Pink #FCB1D0

Tints of Lavender Pink #FCB1D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.65%

R = 39.56%
G = 27.79%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCB1D0 (or 0xFCB1D0) is known color: Lavender Pink. HEX triplet: FC, B1 and D0. RGB value is (252,177,208). Sum of RGB (Red+Green+Blue) = 252+177+208=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1D0 is #034E2F. Grayscale: #CACACA. Windows color (decimal): -216624 or 13677052. OLE color: 13677052.

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

Color convert

RGB 252 177 208 -
CMYK 0 0.30 0.17 0.01
HSL 335.2º 0.93% 0.84% -
HSV(B) 335.2º 0.3% 0.99% -
XYZ 67.25 56.69 67.07 -
YUV 202.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 252 177 208 0 0.30 0.17 0.01 335.2 0.93 0.84
Hex FC B1 D0 0 1E 11 1 14F 5D 54
Octal 374 261 320 0 36 21 1 517 135 124
Binary 11111100 10110001 11010000 0 11110 10001 1 101001111 1011101 1010100

Color Harmonies of #FCB1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1D0

Black with #FCB1D0

Text Example


Text Example

White with #FCB1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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