Html Css Color HEX #FCB1C1 Light Pink

📋 copy color: '#FCB1C1'

red 252 ◦ green 177 ◦ blue 193

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

Shades of Light Pink #FCB1C1

Tints of Light Pink #FCB1C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.03%

R = 40.51%
G = 28.46%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCB1C1 (or 0xFCB1C1) is known color: Light Pink. HEX triplet: FC, B1 and C1. RGB value is (252,177,193). Sum of RGB (Red+Green+Blue) = 252+177+193=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1C1 is #034E3E. Grayscale: #C9C9C9. Windows color (decimal): -216639 or 12694012. OLE color: 12694012.

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

Color convert

RGB 252 177 193 -
CMYK 0 0.30 0.23 0.01
HSL 347.2º 0.93% 0.84% -
HSV(B) 347.2º 0.3% 0.99% -
XYZ 65.49 55.99 57.81 -
YUV 201.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 252 177 193 0 0.30 0.23 0.01 347.2 0.93 0.84
Hex FC B1 C1 0 1E 17 1 15B 5D 54
Octal 374 261 301 0 36 27 1 533 135 124
Binary 11111100 10110001 11000001 0 11110 10111 1 101011011 1011101 1010100

Color Harmonies of #FCB1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1C1

Black with #FCB1C1

Text Example


Text Example

White with #FCB1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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