Html Css Color HEX #F9BDB4 Melon

📋 copy color: '#F9BDB4'

red 249 ◦ green 189 ◦ blue 180

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

Shades of Melon #F9BDB4

Tints of Melon #F9BDB4

RGB

 RED value IS 249 (97.66% from 255) = 40.29%

 GREEN value IS 189 (74.22% from 255) = 30.58%

 BLUE value IS 180 (70.7% from 255) = 29.13%

R = 40.29%
G = 30.58%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F9BDB4 (or 0xF9BDB4) is known color: Melon. HEX triplet: F9, BD and B4. RGB value is (249,189,180). Sum of RGB (Red+Green+Blue) = 249+189+180=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDB4 is #06424B. Grayscale: #CECECE. Windows color (decimal): -410188 or 11845113. OLE color: 11845113.

HSL color Cylindrical-coordinate representation of color #F9BDB4: hue angle of 7.83º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9BDB4 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 189 180 -
CMYK 0 0.24 0.28 0.02
HSL 7.83º 0.85% 0.84% -
HSV(B) 7.83º 0.28% 0.98% -
XYZ 65.5 59.83 51.28 -
YUV 205.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 249 189 180 0 0.24 0.28 0.02 7.83 0.85 0.84
Hex F9 BD B4 0 18 1C 2 8 55 54
Octal 371 275 264 0 30 34 2 10 125 124
Binary 11111001 10111101 10110100 0 11000 11100 10 1000 1010101 1010100

Color Harmonies of #F9BDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDB4

Black with #F9BDB4

Text Example


Text Example

White with #F9BDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDB4; }

 p { color: rgb(249,189,180); }

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

background-color css

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

 a { background-color: rgb(249,189,180); }

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

border-color css

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

 span { border-color: rgb(249,189,180); }

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