Html Css Color HEX #F8BCB6 Melon

📋 copy color: '#F8BCB6'

red 248 ◦ green 188 ◦ blue 182

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

Shades of Melon #F8BCB6

Tints of Melon #F8BCB6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.42%

 BLUE value IS 182 (71.48% from 255) = 29.45%

R = 40.13%
G = 30.42%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8BCB6 (or 0xF8BCB6) is known color: Melon. HEX triplet: F8, BC and B6. RGB value is (248,188,182). Sum of RGB (Red+Green+Blue) = 248+188+182=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCB6 is #074349. Grayscale: #CDCDCD. Windows color (decimal): -475978 or 11975928. OLE color: 11975928.

HSL color Cylindrical-coordinate representation of color #F8BCB6: hue angle of 5.45º degrees, saturation: 0.82, 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 #F8BCB6 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 188 182 -
CMYK 0 0.24 0.27 0.03
HSL 5.45º 0.83% 0.84% -
HSV(B) 5.45º 0.27% 0.97% -
XYZ 65.14 59.3 52.27 -
YUV 205.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 248 188 182 0 0.24 0.27 0.03 5.45 0.83 0.84
Hex F8 BC B6 0 18 1B 3 5 52 54
Octal 370 274 266 0 30 33 3 5 122 124
Binary 11111000 10111100 10110110 0 11000 11011 11 101 1010010 1010100

Color Harmonies of #F8BCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCB6

Black with #F8BCB6

Text Example


Text Example

White with #F8BCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCB6; }

 p { color: rgb(248,188,182); }

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

background-color css

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

 a { background-color: rgb(248,188,182); }

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

border-color css

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

 span { border-color: rgb(248,188,182); }

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