#FDACBE

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

Shades of Light Pink #FDACBE

Tints of Light Pink #FDACBE

Color information

#FDACBE (or 0xFDACBE) is unknown color: approx Light Pink. HEX triplet: FD, AC and BE. RGB value is (253,172,190). Sum of RGB (Red+Green+Blue) = 253+172+190=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACBE is #025341. Grayscale: #C6C6C6. Windows color (decimal): -152386 or 12496125. OLE color: 12496125.

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

Color convert

RGB253172190-
CMYK00.320.250.01
HSL346.67º95.29%83.33%-
HSV(B)346.67º32.02%99.22%-
XYZ64.5554.1155.76-
YUV198.27123.34167.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=41.14%
G=27.97%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317219000.320.250.01346.6795.2983.33
HexFDACBE02019115b5f53
Octal375254276040311533137123
Binary111111011010110010111110010000011001110101101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACBE; }

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

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

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

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

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

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

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

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