Html Css Color HEX #FDAAB4 Light Pink

📋 copy color: '#FDAAB4'

red 253 ◦ green 170 ◦ blue 180

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

Shades of Light Pink #FDAAB4

Tints of Light Pink #FDAAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.85%

R = 41.96%
G = 28.19%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDAAB4 (or 0xFDAAB4) is known color: Light Pink. HEX triplet: FD, AA and B4. RGB value is (253,170,180). Sum of RGB (Red+Green+Blue) = 253+170+180=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAB4 is #02554B. Grayscale: #C4C4C4. Windows color (decimal): -152908 or 11840253. OLE color: 11840253.

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

Color convert

RGB 253 170 180 -
CMYK 0 0.33 0.29 0.01
HSL 352.77º 0.95% 0.83% -
HSV(B) 352.77º 0.33% 0.99% -
XYZ 63.12 52.93 50.07 -
YUV 195.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 253 170 180 0 0.33 0.29 0.01 352.77 0.95 0.83
Hex FD AA B4 0 21 1D 1 161 5F 53
Octal 375 252 264 0 41 35 1 541 137 123
Binary 11111101 10101010 10110100 0 100001 11101 1 101100001 1011111 1010011

Color Harmonies of #FDAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAAB4

Black with #FDAAB4

Text Example


Text Example

White with #FDAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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