Html Css Color HEX #FDAAB8 Light Pink

📋 copy color: '#FDAAB8'

red 253 ◦ green 170 ◦ blue 184

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

Shades of Light Pink #FDAAB8

Tints of Light Pink #FDAAB8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.01%

 BLUE value IS 184 (72.27% from 255) = 30.31%

R = 41.68%
G = 28.01%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDAAB8 (or 0xFDAAB8) is known color: Light Pink. HEX triplet: FD, AA and B8. RGB value is (253,170,184). Sum of RGB (Red+Green+Blue) = 253+170+184=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAB8 is #025547. Grayscale: #C4C4C4. Windows color (decimal): -152904 or 12102397. OLE color: 12102397.

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

Color convert

RGB 253 170 184 -
CMYK 0 0.33 0.27 0.01
HSL 349.88º 0.95% 0.83% -
HSV(B) 349.88º 0.33% 0.99% -
XYZ 63.53 53.09 52.25 -
YUV 196.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 253 170 184 0 0.33 0.27 0.01 349.88 0.95 0.83
Hex FD AA B8 0 21 1B 1 15E 5F 53
Octal 375 252 270 0 41 33 1 536 137 123
Binary 11111101 10101010 10111000 0 100001 11011 1 101011110 1011111 1010011

Color Harmonies of #FDAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAAB8

Black with #FDAAB8

Text Example


Text Example

White with #FDAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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