Html Css Color HEX #FCB0BA Light Pink

📋 copy color: '#FCB0BA'

red 252 ◦ green 176 ◦ blue 186

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

Shades of Light Pink #FCB0BA

Tints of Light Pink #FCB0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.29%

R = 41.04%
G = 28.66%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCB0BA (or 0xFCB0BA) is known color: Light Pink. HEX triplet: FC, B0 and BA. RGB value is (252,176,186). Sum of RGB (Red+Green+Blue) = 252+176+186=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0BA is #034F45. Grayscale: #C7C7C7. Windows color (decimal): -216902 or 12235004. OLE color: 12235004.

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

Color convert

RGB 252 176 186 -
CMYK 0 0.30 0.26 0.01
HSL 352.11º 0.93% 0.84% -
HSV(B) 352.11º 0.3% 0.99% -
XYZ 64.53 55.29 53.73 -
YUV 199.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 252 176 186 0 0.30 0.26 0.01 352.11 0.93 0.84
Hex FC B0 BA 0 1E 1A 1 160 5D 54
Octal 374 260 272 0 36 32 1 540 135 124
Binary 11111100 10110000 10111010 0 11110 11010 1 101100000 1011101 1010100

Color Harmonies of #FCB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0BA

Black with #FCB0BA

Text Example


Text Example

White with #FCB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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