Html Css Color HEX #F8BEAF Melon

📋 copy color: '#F8BEAF'

red 248 ◦ green 190 ◦ blue 175

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

Shades of Melon #F8BEAF

Tints of Melon #F8BEAF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31%

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

R = 40.46%
G = 31%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8BEAF (or 0xF8BEAF) is known color: Melon. HEX triplet: F8, BE and AF. RGB value is (248,190,175). Sum of RGB (Red+Green+Blue) = 248+190+175=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BEAF is #074150. Grayscale: #CDCDCD. Windows color (decimal): -475473 or 11517688. OLE color: 11517688.

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

Color convert

RGB 248 190 175 -
CMYK 0 0.23 0.29 0.03
HSL 12.33º 0.84% 0.83% -
HSV(B) 12.33º 0.29% 0.97% -
XYZ 64.86 59.88 48.7 -
YUV 205.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 248 190 175 0 0.23 0.29 0.03 12.33 0.84 0.83
Hex F8 BE AF 0 17 1D 3 C 54 53
Octal 370 276 257 0 27 35 3 14 124 123
Binary 11111000 10111110 10101111 0 10111 11101 11 1100 1010100 1010011

Color Harmonies of #F8BEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BEAF

Black with #F8BEAF

Text Example


Text Example

White with #F8BEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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