Html Css Color HEX #FCB0BC Light Pink

📋 copy color: '#FCB0BC'

red 252 ◦ green 176 ◦ blue 188

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

Shades of Light Pink #FCB0BC

Tints of Light Pink #FCB0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.57%

 BLUE value IS 188 (73.83% from 255) = 30.52%

R = 40.91%
G = 28.57%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCB0BC (or 0xFCB0BC) is known color: Light Pink. HEX triplet: FC, B0 and BC. RGB value is (252,176,188). Sum of RGB (Red+Green+Blue) = 252+176+188=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0BC is #034F43. Grayscale: #C8C8C8. Windows color (decimal): -216900 or 12366076. OLE color: 12366076.

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

Color convert

RGB 252 176 188 -
CMYK 0 0.30 0.25 0.01
HSL 350.53º 0.93% 0.84% -
HSV(B) 350.53º 0.3% 0.99% -
XYZ 64.75 55.38 54.85 -
YUV 200.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 252 176 188 0 0.30 0.25 0.01 350.53 0.93 0.84
Hex FC B0 BC 0 1E 19 1 15F 5D 54
Octal 374 260 274 0 36 31 1 537 135 124
Binary 11111100 10110000 10111100 0 11110 11001 1 101011111 1011101 1010100

Color Harmonies of #FCB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0BC

Black with #FCB0BC

Text Example


Text Example

White with #FCB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0BC; }

 p { color: rgb(252,176,188); }

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

background-color css

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

 a { background-color: rgb(252,176,188); }

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

border-color css

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

 span { border-color: rgb(252,176,188); }

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