#FDADBE

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

Shades of Light Pink #FDADBE

Tints of Light Pink #FDADBE

Color information

#FDADBE (or 0xFDADBE) is unknown color: approx Light Pink. HEX triplet: FD, AD and BE. RGB value is (253,173,190). Sum of RGB (Red+Green+Blue) = 253+173+190=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADBE is #025241. Grayscale: #C6C6C6. Windows color (decimal): -152130 or 12496381. OLE color: 12496381.

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

Color convert

RGB253173190-
CMYK00.320.250.01
HSL347.25º95.24%83.53%-
HSV(B)347.25º31.62%99.22%-
XYZ64.7554.4955.82-
YUV198.86123166.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=41.07%
G=28.08%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317319000.320.250.01347.2595.2483.53
HexFDADBE02019115b5f54
Octal375255276040311533137124
Binary111111011010110110111110010000011001110101101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADBE; }

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

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

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

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

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

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

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

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