Html Css Color HEX #FCB3BC Light Pink

📋 copy color: '#FCB3BC'

red 252 ◦ green 179 ◦ blue 188

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

Shades of Light Pink #FCB3BC

Tints of Light Pink #FCB3BC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.92%

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

R = 40.71%
G = 28.92%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCB3BC (or 0xFCB3BC) is known color: Light Pink. HEX triplet: FC, B3 and BC. RGB value is (252,179,188). Sum of RGB (Red+Green+Blue) = 252+179+188=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3BC is #034C43. Grayscale: #C9C9C9. Windows color (decimal): -216132 or 12366844. OLE color: 12366844.

HSL color Cylindrical-coordinate representation of color #FCB3BC: hue angle of 352.6º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3BC is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 188 -
CMYK 0 0.29 0.25 0.01
HSL 352.6º 0.92% 0.85% -
HSV(B) 352.6º 0.29% 0.99% -
XYZ 65.34 56.57 55.05 -
YUV 201.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 252 179 188 0 0.29 0.25 0.01 352.6 0.92 0.85
Hex FC B3 BC 0 1D 19 1 161 5C 55
Octal 374 263 274 0 35 31 1 541 134 125
Binary 11111100 10110011 10111100 0 11101 11001 1 101100001 1011100 1010101

Color Harmonies of #FCB3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3BC

Black with #FCB3BC

Text Example


Text Example

White with #FCB3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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