#FDAEBD

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

Shades of Light Pink #FDAEBD

Tints of Light Pink #FDAEBD

Color information

#FDAEBD (or 0xFDAEBD) is unknown color: approx Light Pink. HEX triplet: FD, AE and BD. RGB value is (253,174,189). Sum of RGB (Red+Green+Blue) = 253+174+189=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEBD is #025142. Grayscale: #C7C7C7. Windows color (decimal): -151875 or 12431101. OLE color: 12431101.

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

Color convert

RGB253174189-
CMYK00.310.250.01
HSL348.61º95.18%83.73%-
HSV(B)348.61º31.23%99.22%-
XYZ64.8354.8355.31-
YUV199.33122.17166.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=41.07%
G=28.25%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317418900.310.250.01348.6195.1883.73
HexFDAEBD01F19115d5f54
Octal375256275037311535137124
Binary11111101101011101011110101111111001110101110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEBD; }

 p { color: rgb(253,174,189); }

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

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

 a { background-color: rgb(253,174,189); }

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

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

 span { border-color: rgb(253,174,189); }

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