#FDA6B9

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

Shades of Light Pink #FDA6B9

Tints of Light Pink #FDA6B9

Color information

#FDA6B9 (or 0xFDA6B9) is unknown color: approx Light Pink. HEX triplet: FD, A6 and B9. RGB value is (253,166,185). Sum of RGB (Red+Green+Blue) = 253+166+185=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA6B9 is #025946. Grayscale: #C2C2C2. Windows color (decimal): -153927 or 12166909. OLE color: 12166909.

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

Color convert

RGB253166185-
CMYK00.340.270.01
HSL346.9º95.6%82.16%-
HSV(B)346.9º34.39%99.22%-
XYZ62.951.6652.55-
YUV194.18122.82169.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 166 (65.23% from 255) = 27.48%
BLUE value IS 185 (72.66% from 255) = 30.63%
R=41.89%
G=27.48%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316618500.340.270.01346.995.682.16
HexFDA6B90221B115b6052
Octal375246271042331533140122
Binary111111011010011010111001010001011011110101101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA6B9; }

 p { color: rgb(253,166,185); }

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

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

 a { background-color: rgb(253,166,185); }

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

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

 span { border-color: rgb(253,166,185); }

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