Html Css Color HEX #F8C0B2 Melon

📋 copy color: '#F8C0B2'

red 248 ◦ green 192 ◦ blue 178

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

Shades of Melon #F8C0B2

Tints of Melon #F8C0B2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.07%

 BLUE value IS 178 (69.92% from 255) = 28.8%

R = 40.13%
G = 31.07%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F8C0B2 (or 0xF8C0B2) is known color: Melon. HEX triplet: F8, C0 and B2. RGB value is (248,192,178). Sum of RGB (Red+Green+Blue) = 248+192+178=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C0B2 is #073F4D. Grayscale: #CFCFCF. Windows color (decimal): -474958 or 11714808. OLE color: 11714808.

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

Color convert

RGB 248 192 178 -
CMYK 0 0.23 0.28 0.03
HSL 12º 0.83% 0.84% -
HSV(B) 12º 0.28% 0.97% -
XYZ 65.6 60.87 50.41 -
YUV 207.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 248 192 178 0 0.23 0.28 0.03 12 0.83 0.84
Hex F8 C0 B2 0 17 1C 3 C 53 54
Octal 370 300 262 0 27 34 3 14 123 124
Binary 11111000 11000000 10110010 0 10111 11100 11 1100 1010011 1010100

Color Harmonies of #F8C0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C0B2

Black with #F8C0B2

Text Example


Text Example

White with #F8C0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C0B2; }

 p { color: rgb(248,192,178); }

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

background-color css

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

 a { background-color: rgb(248,192,178); }

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

border-color css

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

 span { border-color: rgb(248,192,178); }

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