#FDA4B5

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

Shades of Light Pink #FDA4B5

Tints of Light Pink #FDA4B5

Color information

#FDA4B5 (or 0xFDA4B5) is unknown color: approx Light Pink. HEX triplet: FD, A4 and B5. RGB value is (253,164,181). Sum of RGB (Red+Green+Blue) = 253+164+181=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4B5 is #025B4A. Grayscale: #C0C0C0. Windows color (decimal): -154443 or 11904253. OLE color: 11904253.

HSL color Cylindrical-coordinate representation of color #FDA4B5: hue angle of 348.54º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA4B5 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253164181-
CMYK00.350.280.01
HSL348.54º95.7%81.76%-
HSV(B)348.54º35.18%99.22%-
XYZ62.1250.7750.24-
YUV192.55121.49171.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 181 (71.09% from 255) = 30.27%
R=42.31%
G=27.42%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316418100.350.280.01348.5495.781.76
HexFDA4B50231C115d6052
Octal375244265043341535140122
Binary111111011010010010110101010001111100110101110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4B5; }

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

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

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

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

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

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

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

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