#FCADBA

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

Shades of Light Pink #FCADBA

Tints of Light Pink #FCADBA

Color information

#FCADBA (or 0xFCADBA) is unknown color: approx Light Pink. HEX triplet: FC, AD and BA. RGB value is (252,173,186). Sum of RGB (Red+Green+Blue) = 252+173+186=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADBA is #035245. Grayscale: #C6C6C6. Windows color (decimal): -217670 or 12234236. OLE color: 12234236.

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

Color convert

RGB252173186-
CMYK00.310.260.01
HSL350.13º92.94%83.33%-
HSV(B)350.13º31.35%98.82%-
XYZ63.9554.1353.53-
YUV198.1121.17166.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=41.24%
G=28.31%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217318600.310.260.01350.1392.9483.33
HexFCADBA01F1A115e5d53
Octal374255272037321536135123
Binary11111100101011011011101001111111010110101111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADBA; }

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

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

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

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

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

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

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

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