#FCADBB

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

Shades of Light Pink #FCADBB

Tints of Light Pink #FCADBB

Color information

#FCADBB (or 0xFCADBB) is unknown color: approx Light Pink. HEX triplet: FC, AD and BB. RGB value is (252,173,187). Sum of RGB (Red+Green+Blue) = 252+173+187=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADBB is #035244. Grayscale: #C6C6C6. Windows color (decimal): -217669 or 12299772. OLE color: 12299772.

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

Color convert

RGB252173187-
CMYK00.310.260.01
HSL349.37º92.94%83.33%-
HSV(B)349.37º31.35%98.82%-
XYZ64.0654.1754.09-
YUV198.22121.67166.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 187 (73.44% from 255) = 30.56%
R=41.18%
G=28.27%
B=30.56%

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
Decimal25217318700.310.260.01349.3792.9483.33
HexFCADBB01F1A115d5d53
Octal374255273037321535135123
Binary11111100101011011011101101111111010110101110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADBB; }

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

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

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

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

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

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

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

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