Html Css Color HEX #FDAAB6 Light Pink

📋 copy color: '#FDAAB6'

red 253 ◦ green 170 ◦ blue 182

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

Shades of Light Pink #FDAAB6

Tints of Light Pink #FDAAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.08%

R = 41.82%
G = 28.1%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDAAB6 (or 0xFDAAB6) is known color: Light Pink. HEX triplet: FD, AA and B6. RGB value is (253,170,182). Sum of RGB (Red+Green+Blue) = 253+170+182=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAB6 is #025549. Grayscale: #C4C4C4. Windows color (decimal): -152906 or 11971325. OLE color: 11971325.

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

Color convert

RGB 253 170 182 -
CMYK 0 0.33 0.28 0.01
HSL 351.33º 0.95% 0.83% -
HSV(B) 351.33º 0.33% 0.99% -
XYZ 63.33 53.01 51.15 -
YUV 196.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 253 170 182 0 0.33 0.28 0.01 351.33 0.95 0.83
Hex FD AA B6 0 21 1C 1 15F 5F 53
Octal 375 252 266 0 41 34 1 537 137 123
Binary 11111101 10101010 10110110 0 100001 11100 1 101011111 1011111 1010011

Color Harmonies of #FDAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAAB6

Black with #FDAAB6

Text Example


Text Example

White with #FDAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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