Html Css Color HEX #FDA9AA Light Pink

📋 copy color: '#FDA9AA'

red 253 ◦ green 169 ◦ blue 170

#FDA9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Pink #FDA9AA

Tints of Light Pink #FDA9AA

RGB

 RED value IS 253 (99.22% from 255) = 42.74%

 GREEN value IS 169 (66.41% from 255) = 28.55%

 BLUE value IS 170 (66.8% from 255) = 28.72%

R = 42.74%
G = 28.55%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDA9AA (or 0xFDA9AA) is known color: Light Pink. HEX triplet: FD, A9 and AA. RGB value is (253,169,170). Sum of RGB (Red+Green+Blue) = 253+169+170=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA9AA is #025655. Grayscale: #C2C2C2. Windows color (decimal): -153174 or 11184637. OLE color: 11184637.

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

Color convert

RGB 253 169 170 -
CMYK 0 0.33 0.33 0.01
HSL 359.29º 0.95% 0.83% -
HSV(B) 359.29º 0.33% 0.99% -
XYZ 61.95 52.16 44.83 -
YUV 194.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 253 169 170 0 0.33 0.33 0.01 359.29 0.95 0.83
Hex FD A9 AA 0 21 21 1 167 5F 53
Octal 375 251 252 0 41 41 1 547 137 123
Binary 11111101 10101001 10101010 0 100001 100001 1 101100111 1011111 1010011

Color Harmonies of #FDA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9AA

Black with #FDA9AA

Text Example


Text Example

White with #FDA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9AA; }

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

 H1.HeaderClassName
 {
   color: #FDA9AA;
 }
 .AnyTagClassName
 {
   color: #FDA9AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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