Html Css Color HEX #FDAAB1 Light Pink

📋 copy color: '#FDAAB1'

red 253 ◦ green 170 ◦ blue 177

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

Shades of Light Pink #FDAAB1

Tints of Light Pink #FDAAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.5%

R = 42.17%
G = 28.33%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDAAB1 (or 0xFDAAB1) is known color: Light Pink. HEX triplet: FD, AA and B1. RGB value is (253,170,177). Sum of RGB (Red+Green+Blue) = 253+170+177=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAAB1 is #02554E. Grayscale: #C3C3C3. Windows color (decimal): -152911 or 11643645. OLE color: 11643645.

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

Color convert

RGB 253 170 177 -
CMYK 0 0.33 0.30 0.01
HSL 354.94º 0.95% 0.83% -
HSV(B) 354.94º 0.33% 0.99% -
XYZ 62.82 52.81 48.48 -
YUV 195.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 253 170 177 0 0.33 0.30 0.01 354.94 0.95 0.83
Hex FD AA B1 0 21 1E 1 163 5F 53
Octal 375 252 261 0 41 36 1 543 137 123
Binary 11111101 10101010 10110001 0 100001 11110 1 101100011 1011111 1010011

Color Harmonies of #FDAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAAB1

Black with #FDAAB1

Text Example


Text Example

White with #FDAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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