#FCACBD

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

Shades of Light Pink #FCACBD

Tints of Light Pink #FCACBD

Color information

#FCACBD (or 0xFCACBD) is unknown color: approx Light Pink. HEX triplet: FC, AC and BD. RGB value is (252,172,189). Sum of RGB (Red+Green+Blue) = 252+172+189=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACBD is #035342. Grayscale: #C5C5C5. Windows color (decimal): -217923 or 12430588. OLE color: 12430588.

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

Color convert

RGB252172189-
CMYK00.320.250.01
HSL347.25º93.02%83.14%-
HSV(B)347.25º31.75%98.82%-
XYZ64.0853.8755.17-
YUV197.86123166.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=41.11%
G=28.06%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217218900.320.250.01347.2593.0283.14
HexFCACBD02019115b5d53
Octal374254275040311533135123
Binary111111001010110010111101010000011001110101101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACBD; }

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

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

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

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

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

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

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

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