#FCACB7

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

Shades of Light Pink #FCACB7

Tints of Light Pink #FCACB7

Color information

#FCACB7 (or 0xFCACB7) is unknown color: approx Light Pink. HEX triplet: FC, AC and B7. RGB value is (252,172,183). Sum of RGB (Red+Green+Blue) = 252+172+183=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACB7 is #035348. Grayscale: #C5C5C5. Windows color (decimal): -217929 or 12037372. OLE color: 12037372.

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

Color convert

RGB252172183-
CMYK00.320.270.01
HSL351.75º93.02%83.14%-
HSV(B)351.75º31.75%98.82%-
XYZ63.4453.6251.81-
YUV197.17120167.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=41.52%
G=28.34%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217218300.320.270.01351.7593.0283.14
HexFCACB70201B11605d53
Octal374254267040331540135123
Binary111111001010110010110111010000011011110110000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACB7; }

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

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

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

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

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

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

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

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