#FDACB3

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

Shades of Light Pink #FDACB3

Tints of Light Pink #FDACB3

Color information

#FDACB3 (or 0xFDACB3) is unknown color: approx Light Pink. HEX triplet: FD, AC and B3. RGB value is (253,172,179). Sum of RGB (Red+Green+Blue) = 253+172+179=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACB3 is #02534C. Grayscale: #C5C5C5. Windows color (decimal): -152397 or 11775229. OLE color: 11775229.

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

Color convert

RGB253172179-
CMYK00.320.290.01
HSL354.81º95.29%83.33%-
HSV(B)354.81º32.02%99.22%-
XYZ63.453.6449.66-
YUV197.02117.84167.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=41.89%
G=28.48%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317217900.320.290.01354.8195.2983.33
HexFDACB30201D11635f53
Octal375254263040351543137123
Binary111111011010110010110011010000011101110110001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACB3; }

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

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

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

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

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

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

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

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