#FCACBA

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

Shades of Light Pink #FCACBA

Tints of Light Pink #FCACBA

Color information

#FCACBA (or 0xFCACBA) is unknown color: approx Light Pink. HEX triplet: FC, AC and BA. RGB value is (252,172,186). Sum of RGB (Red+Green+Blue) = 252+172+186=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACBA is #035345. Grayscale: #C5C5C5. Windows color (decimal): -217926 or 12233980. OLE color: 12233980.

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

Color convert

RGB252172186-
CMYK00.320.260.01
HSL349.5º93.02%83.14%-
HSV(B)349.5º31.75%98.82%-
XYZ63.7653.7553.47-
YUV197.52121.5166.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=41.31%
G=28.20%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217218600.320.260.01349.593.0283.14
HexFCACBA0201A115e5d53
Octal374254272040321536135123
Binary111111001010110010111010010000011010110101111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACBA; }

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

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

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

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

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

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

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

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