#FDACB5

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

Shades of Light Pink #FDACB5

Tints of Light Pink #FDACB5

Color information

#FDACB5 (or 0xFDACB5) is unknown color: approx Light Pink. HEX triplet: FD, AC and B5. RGB value is (253,172,181). Sum of RGB (Red+Green+Blue) = 253+172+181=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACB5 is #02534A. Grayscale: #C5C5C5. Windows color (decimal): -152395 or 11906301. OLE color: 11906301.

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

Color convert

RGB253172181-
CMYK00.320.280.01
HSL353.33º95.29%83.33%-
HSV(B)353.33º32.02%99.22%-
XYZ63.653.7250.73-
YUV197.24118.84167.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=41.75%
G=28.38%
B=29.87%

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
Decimal25317218100.320.280.01353.3395.2983.33
HexFDACB50201C11615f53
Octal375254265040341541137123
Binary111111011010110010110101010000011100110110000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACB5; }

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

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

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

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

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

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

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

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