Html Css Color HEX #F8BCAF Melon

📋 copy color: '#F8BCAF'

red 248 ◦ green 188 ◦ blue 175

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

Shades of Melon #F8BCAF

Tints of Melon #F8BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.64%

R = 40.59%
G = 30.77%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8BCAF (or 0xF8BCAF) is known color: Melon. HEX triplet: F8, BC and AF. RGB value is (248,188,175). Sum of RGB (Red+Green+Blue) = 248+188+175=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BCAF is #074350. Grayscale: #CCCCCC. Windows color (decimal): -475985 or 11517176. OLE color: 11517176.

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

Color convert

RGB 248 188 175 -
CMYK 0 0.24 0.29 0.03
HSL 10.68º 0.84% 0.83% -
HSV(B) 10.68º 0.29% 0.97% -
XYZ 64.43 59.02 48.55 -
YUV 204.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 248 188 175 0 0.24 0.29 0.03 10.68 0.84 0.83
Hex F8 BC AF 0 18 1D 3 B 54 53
Octal 370 274 257 0 30 35 3 13 124 123
Binary 11111000 10111100 10101111 0 11000 11101 11 1011 1010100 1010011

Color Harmonies of #F8BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCAF

Black with #F8BCAF

Text Example


Text Example

White with #F8BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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