Html Css Color HEX #FDABB9 Light Pink

📋 copy color: '#FDABB9'

red 253 ◦ green 171 ◦ blue 185

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

Shades of Light Pink #FDABB9

Tints of Light Pink #FDABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.08%

 BLUE value IS 185 (72.66% from 255) = 30.38%

R = 41.54%
G = 28.08%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDABB9 (or 0xFDABB9) is known color: Light Pink. HEX triplet: FD, AB and B9. RGB value is (253,171,185). Sum of RGB (Red+Green+Blue) = 253+171+185=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABB9 is #025446. Grayscale: #C5C5C5. Windows color (decimal): -152647 or 12168189. OLE color: 12168189.

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

Color convert

RGB 253 171 185 -
CMYK 0 0.32 0.27 0.01
HSL 349.76º 0.95% 0.83% -
HSV(B) 349.76º 0.32% 0.99% -
XYZ 63.83 53.51 52.86 -
YUV 197.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 253 171 185 0 0.32 0.27 0.01 349.76 0.95 0.83
Hex FD AB B9 0 20 1B 1 15E 5F 53
Octal 375 253 271 0 40 33 1 536 137 123
Binary 11111101 10101011 10111001 0 100000 11011 1 101011110 1011111 1010011

Color Harmonies of #FDABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABB9

Black with #FDABB9

Text Example


Text Example

White with #FDABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABB9; }

 p { color: rgb(253,171,185); }

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

background-color css

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

 a { background-color: rgb(253,171,185); }

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

border-color css

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

 span { border-color: rgb(253,171,185); }

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