Html Css Color HEX #FCB7BC Light Pink

📋 copy color: '#FCB7BC'

red 252 ◦ green 183 ◦ blue 188

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

Shades of Light Pink #FCB7BC

Tints of Light Pink #FCB7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.37%

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

R = 40.45%
G = 29.37%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCB7BC (or 0xFCB7BC) is known color: Light Pink. HEX triplet: FC, B7 and BC. RGB value is (252,183,188). Sum of RGB (Red+Green+Blue) = 252+183+188=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7BC is #034843. Grayscale: #CCCCCC. Windows color (decimal): -215108 or 12367868. OLE color: 12367868.

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

Color convert

RGB 252 183 188 -
CMYK 0 0.27 0.25 0.01
HSL 355.65º 0.92% 0.85% -
HSV(B) 355.65º 0.27% 0.99% -
XYZ 66.16 58.19 55.32 -
YUV 204.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 252 183 188 0 0.27 0.25 0.01 355.65 0.92 0.85
Hex FC B7 BC 0 1B 19 1 164 5C 55
Octal 374 267 274 0 33 31 1 544 134 125
Binary 11111100 10110111 10111100 0 11011 11001 1 101100100 1011100 1010101

Color Harmonies of #FCB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7BC

Black with #FCB7BC

Text Example


Text Example

White with #FCB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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