#FDACBC

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

Shades of Light Pink #FDACBC

Tints of Light Pink #FDACBC

Color information

#FDACBC (or 0xFDACBC) is unknown color: approx Light Pink. HEX triplet: FD, AC and BC. RGB value is (253,172,188). Sum of RGB (Red+Green+Blue) = 253+172+188=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACBC is #025343. Grayscale: #C6C6C6. Windows color (decimal): -152388 or 12365053. OLE color: 12365053.

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

Color convert

RGB253172188-
CMYK00.320.260.01
HSL348.15º95.29%83.33%-
HSV(B)348.15º32.02%99.22%-
XYZ64.3454.0254.61-
YUV198.04122.34167.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=41.27%
G=28.06%
B=30.67%

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
Decimal25317218800.320.260.01348.1595.2983.33
HexFDACBC0201A115c5f53
Octal375254274040321534137123
Binary111111011010110010111100010000011010110101110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACBC; }

 p { color: rgb(253,172,188); }

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

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

 a { background-color: rgb(253,172,188); }

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

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

 span { border-color: rgb(253,172,188); }

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