#FDA8AA

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

Shades of Light Pink #FDA8AA

Tints of Light Pink #FDA8AA

Color information

#FDA8AA (or 0xFDA8AA) is unknown color: approx Light Pink. HEX triplet: FD, A8 and AA. RGB value is (253,168,170). Sum of RGB (Red+Green+Blue) = 253+168+170=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA8AA is #025755. Grayscale: #C1C1C1. Windows color (decimal): -153430 or 11184381. OLE color: 11184381.

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

Color convert

RGB253168170-
CMYK00.340.330.01
HSL358.59º95.51%82.55%-
HSV(B)358.59º33.6%99.22%-
XYZ61.7751.7944.77-
YUV193.64114.66170.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 170 (66.80% from 255) = 28.76%
R=42.81%
G=28.43%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316817000.340.330.01358.5995.5182.55
HexFDA8AA0222111676053
Octal375250252042411547140123
Binary1111110110101000101010100100010100001110110011111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA8AA; }

 p { color: rgb(253,168,170); }

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

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

 a { background-color: rgb(253,168,170); }

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

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

 span { border-color: rgb(253,168,170); }

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