Html Css Color HEX #F8C2B2 Melon

📋 copy color: '#F8C2B2'

red 248 ◦ green 194 ◦ blue 178

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

Shades of Melon #F8C2B2

Tints of Melon #F8C2B2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.29%

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

R = 40%
G = 31.29%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F8C2B2 (or 0xF8C2B2) is known color: Melon. HEX triplet: F8, C2 and B2. RGB value is (248,194,178). Sum of RGB (Red+Green+Blue) = 248+194+178=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C2B2 is #073D4D. Grayscale: #D0D0D0. Windows color (decimal): -474446 or 11715320. OLE color: 11715320.

HSL color Cylindrical-coordinate representation of color #F8C2B2: hue angle of 13.71º 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 #F8C2B2 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 178 -
CMYK 0 0.22 0.28 0.03
HSL 13.71º 0.83% 0.84% -
HSV(B) 13.71º 0.28% 0.97% -
XYZ 66.04 61.75 50.56 -
YUV 208.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 248 194 178 0 0.22 0.28 0.03 13.71 0.83 0.84
Hex F8 C2 B2 0 16 1C 3 E 53 54
Octal 370 302 262 0 26 34 3 16 123 124
Binary 11111000 11000010 10110010 0 10110 11100 11 1110 1010011 1010100

Color Harmonies of #F8C2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C2B2

Black with #F8C2B2

Text Example


Text Example

White with #F8C2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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