#FDADB1

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

Shades of Light Pink #FDADB1

Tints of Light Pink #FDADB1

Color information

#FDADB1 (or 0xFDADB1) is unknown color: approx Light Pink. HEX triplet: FD, AD and B1. RGB value is (253,173,177). Sum of RGB (Red+Green+Blue) = 253+173+177=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADB1 is #02524E. Grayscale: #C5C5C5. Windows color (decimal): -152143 or 11644413. OLE color: 11644413.

HSL color Cylindrical-coordinate representation of color #FDADB1: hue angle of 357º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADB1 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253173177-
CMYK00.320.300.01
HSL357º95.24%83.53%-
HSV(B)357º31.62%99.22%-
XYZ63.3953.9448.67-
YUV197.38116.5167.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 177 (69.53% from 255) = 29.35%
R=41.96%
G=28.69%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317317700.320.300.0135795.2483.53
HexFDADB10201E11655f54
Octal375255261040361545137124
Binary111111011010110110110001010000011110110110010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADB1; }

 p { color: rgb(253,173,177); }

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

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

 a { background-color: rgb(253,173,177); }

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

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

 span { border-color: rgb(253,173,177); }

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