Html Css Color HEX #FDBBAD Melon

📋 copy color: '#FDBBAD'

red 253 ◦ green 187 ◦ blue 173

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

Shades of Melon #FDBBAD

Tints of Melon #FDBBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.51%

 BLUE value IS 173 (67.97% from 255) = 28.22%

R = 41.27%
G = 30.51%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDBBAD (or 0xFDBBAD) is known color: Melon. HEX triplet: FD, BB and AD. RGB value is (253,187,173). Sum of RGB (Red+Green+Blue) = 253+187+173=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBAD is #024452. Grayscale: #CDCDCD. Windows color (decimal): -148563 or 11385853. OLE color: 11385853.

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

Color convert

RGB 253 187 173 -
CMYK 0 0.26 0.32 0.01
HSL 10.5º 0.95% 0.84% -
HSV(B) 10.5º 0.32% 0.99% -
XYZ 65.82 59.44 47.54 -
YUV 205.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 253 187 173 0 0.26 0.32 0.01 10.5 0.95 0.84
Hex FD BB AD 0 1A 20 1 A 5F 54
Octal 375 273 255 0 32 40 1 12 137 124
Binary 11111101 10111011 10101101 0 11010 100000 1 1010 1011111 1010100

Color Harmonies of #FDBBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBAD

Black with #FDBBAD

Text Example


Text Example

White with #FDBBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBAD; }

 p { color: rgb(253,187,173); }

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

background-color css

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

 a { background-color: rgb(253,187,173); }

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

border-color css

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

 span { border-color: rgb(253,187,173); }

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