Html Css Color HEX #F8B9B4 Melon

📋 copy color: '#F8B9B4'

red 248 ◦ green 185 ◦ blue 180

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

Shades of Melon #F8B9B4

Tints of Melon #F8B9B4

RGB

 RED value IS 248 (97.27% from 255) = 40.46%

 GREEN value IS 185 (72.66% from 255) = 30.18%

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

R = 40.46%
G = 30.18%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8B9B4 (or 0xF8B9B4) is known color: Melon. HEX triplet: F8, B9 and B4. RGB value is (248,185,180). Sum of RGB (Red+Green+Blue) = 248+185+180=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9B4 is #07464B. Grayscale: #CBCBCB. Windows color (decimal): -476748 or 11844088. OLE color: 11844088.

HSL color Cylindrical-coordinate representation of color #F8B9B4: hue angle of 4.41º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B9B4 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 185 180 -
CMYK 0 0.25 0.27 0.03
HSL 4.41º 0.83% 0.84% -
HSV(B) 4.41º 0.27% 0.97% -
XYZ 64.3 57.95 50.98 -
YUV 203.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 248 185 180 0 0.25 0.27 0.03 4.41 0.83 0.84
Hex F8 B9 B4 0 19 1B 3 4 53 54
Octal 370 271 264 0 31 33 3 4 123 124
Binary 11111000 10111001 10110100 0 11001 11011 11 100 1010011 1010100

Color Harmonies of #F8B9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9B4

Black with #F8B9B4

Text Example


Text Example

White with #F8B9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9B4; }

 p { color: rgb(248,185,180); }

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

background-color css

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

 a { background-color: rgb(248,185,180); }

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

border-color css

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

 span { border-color: rgb(248,185,180); }

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