#FCB7C5

Color #FCB7C5 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FCB7C5

Tints of Light Pink #FCB7C5

Color information

#FCB7C5 (or 0xFCB7C5) is unknown color: approx Light Pink. HEX triplet: FC, B7 and C5. RGB value is (252,183,197). Sum of RGB (Red+Green+Blue) = 252+183+197=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7C5 is #03483A. Grayscale: #CDCDCD. Windows color (decimal): -215099 or 12957692. OLE color: 12957692.

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

Color convert

RGB252183197-
CMYK00.270.220.01
HSL347.83º92%85.29%-
HSV(B)347.83º27.38%98.82%-
XYZ67.1658.5960.59-
YUV205.23123.36161.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 183 (71.88% from 255) = 28.96%
BLUE value IS 197 (77.34% from 255) = 31.17%
R=39.87%
G=28.96%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218319700.270.220.01347.839285.29
HexFCB7C501B16115c5c55
Octal374267305033261534134125
Binary11111100101101111100010101101110110110101110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7C5; }

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

 H1.HeaderClassName
 {
   color: #FCB7C5;
 }
 .AnyTagClassName
 {
   color: #FCB7C5;
 }
</style>
background-color css

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

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

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

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

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

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