Html Css Color HEX #FDB6AB Melon

📋 copy color: '#FDB6AB'

red 253 ◦ green 182 ◦ blue 171

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

Shades of Melon #FDB6AB

Tints of Melon #FDB6AB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.03%

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

R = 41.75%
G = 30.03%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDB6AB (or 0xFDB6AB) is known color: Melon. HEX triplet: FD, B6 and AB. RGB value is (253,182,171). Sum of RGB (Red+Green+Blue) = 253+182+171=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB6AB is #024954. Grayscale: #CACACA. Windows color (decimal): -149845 or 11253501. OLE color: 11253501.

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

Color convert

RGB 253 182 171 -
CMYK 0 0.28 0.32 0.01
HSL 8.05º 0.95% 0.83% -
HSV(B) 8.05º 0.32% 0.99% -
XYZ 64.59 57.28 46.18 -
YUV 201.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 253 182 171 0 0.28 0.32 0.01 8.05 0.95 0.83
Hex FD B6 AB 0 1C 20 1 8 5F 53
Octal 375 266 253 0 34 40 1 10 137 123
Binary 11111101 10110110 10101011 0 11100 100000 1 1000 1011111 1010011

Color Harmonies of #FDB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6AB

Black with #FDB6AB

Text Example


Text Example

White with #FDB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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