Html Css Color HEX #FDB4AB Melon

📋 copy color: '#FDB4AB'

red 253 ◦ green 180 ◦ blue 171

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

Shades of Melon #FDB4AB

Tints of Melon #FDB4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.8%

 BLUE value IS 171 (67.19% from 255) = 28.31%

R = 41.89%
G = 29.8%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDB4AB (or 0xFDB4AB) is known color: Melon. HEX triplet: FD, B4 and AB. RGB value is (253,180,171). Sum of RGB (Red+Green+Blue) = 253+180+171=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB4AB is #024B54. Grayscale: #C8C8C8. Windows color (decimal): -150357 or 11252989. OLE color: 11252989.

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

Color convert

RGB 253 180 171 -
CMYK 0 0.29 0.32 0.01
HSL 6.59º 0.95% 0.83% -
HSV(B) 6.59º 0.32% 0.99% -
XYZ 64.18 56.47 46.04 -
YUV 200.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 253 180 171 0 0.29 0.32 0.01 6.59 0.95 0.83
Hex FD B4 AB 0 1D 20 1 7 5F 53
Octal 375 264 253 0 35 40 1 7 137 123
Binary 11111101 10110100 10101011 0 11101 100000 1 111 1011111 1010011

Color Harmonies of #FDB4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB4AB

Black with #FDB4AB

Text Example


Text Example

White with #FDB4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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