Html Css Color HEX #FDB5AF Melon

📋 copy color: '#FDB5AF'

red 253 ◦ green 181 ◦ blue 175

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

Shades of Melon #FDB5AF

Tints of Melon #FDB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.72%

 BLUE value IS 175 (68.75% from 255) = 28.74%

R = 41.54%
G = 29.72%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDB5AF (or 0xFDB5AF) is known color: Melon. HEX triplet: FD, B5 and AF. RGB value is (253,181,175). Sum of RGB (Red+Green+Blue) = 253+181+175=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB5AF is #024A50. Grayscale: #C9C9C9. Windows color (decimal): -150097 or 11515389. OLE color: 11515389.

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

Color convert

RGB 253 181 175 -
CMYK 0 0.28 0.31 0.01
HSL 4.62º 0.95% 0.84% -
HSV(B) 4.62º 0.31% 0.99% -
XYZ 64.77 57.03 48.15 -
YUV 201.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 253 181 175 0 0.28 0.31 0.01 4.62 0.95 0.84
Hex FD B5 AF 0 1C 1F 1 5 5F 54
Octal 375 265 257 0 34 37 1 5 137 124
Binary 11111101 10110101 10101111 0 11100 11111 1 101 1011111 1010100

Color Harmonies of #FDB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB5AF

Black with #FDB5AF

Text Example


Text Example

White with #FDB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB5AF; }

 p { color: rgb(253,181,175); }

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

background-color css

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

 a { background-color: rgb(253,181,175); }

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

border-color css

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

 span { border-color: rgb(253,181,175); }

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