Html Css Color HEX #F8BDB6 Melon

📋 copy color: '#F8BDB6'

red 248 ◦ green 189 ◦ blue 182

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

Shades of Melon #F8BDB6

Tints of Melon #F8BDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.53%

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

R = 40.06%
G = 30.53%
B = 29.4%

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

#F8BDB6 (or 0xF8BDB6) is known color: Melon. HEX triplet: F8, BD and B6. RGB value is (248,189,182). Sum of RGB (Red+Green+Blue) = 248+189+182=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDB6 is #074249. Grayscale: #CDCDCD. Windows color (decimal): -475722 or 11976184. OLE color: 11976184.

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

Color convert

RGB 248 189 182 -
CMYK 0 0.24 0.27 0.03
HSL 6.36º 0.83% 0.84% -
HSV(B) 6.36º 0.27% 0.97% -
XYZ 65.35 59.73 52.34 -
YUV 205.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 248 189 182 0 0.24 0.27 0.03 6.36 0.83 0.84
Hex F8 BD B6 0 18 1B 3 6 52 54
Octal 370 275 266 0 30 33 3 6 122 124
Binary 11111000 10111101 10110110 0 11000 11011 11 110 1010010 1010100

Color Harmonies of #F8BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BDB6

Black with #F8BDB6

Text Example


Text Example

White with #F8BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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