#FCACB5

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

Shades of Light Pink #FCACB5

Tints of Light Pink #FCACB5

Color information

#FCACB5 (or 0xFCACB5) is unknown color: approx Light Pink. HEX triplet: FC, AC and B5. RGB value is (252,172,181). Sum of RGB (Red+Green+Blue) = 252+172+181=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACB5 is #03534A. Grayscale: #C4C4C4. Windows color (decimal): -217931 or 11906300. OLE color: 11906300.

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

Color convert

RGB252172181-
CMYK00.320.280.01
HSL353.25º93.02%83.14%-
HSV(B)353.25º31.75%98.82%-
XYZ63.2453.5450.72-
YUV196.95119167.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 181 (71.09% from 255) = 29.92%
R=41.65%
G=28.43%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217218100.320.280.01353.2593.0283.14
HexFCACB50201C11615d53
Octal374254265040341541135123
Binary111111001010110010110101010000011100110110000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACB5; }

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

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

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

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

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

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

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

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