Html Css Color HEX #F8BDB1 Melon

📋 copy color: '#F8BDB1'

red 248 ◦ green 189 ◦ blue 177

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

Shades of Melon #F8BDB1

Tints of Melon #F8BDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.83%

R = 40.39%
G = 30.78%
B = 28.83%

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

#F8BDB1 (or 0xF8BDB1) is known color: Melon. HEX triplet: F8, BD and B1. RGB value is (248,189,177). Sum of RGB (Red+Green+Blue) = 248+189+177=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BDB1 is #07424E. Grayscale: #CDCDCD. Windows color (decimal): -475727 or 11648504. OLE color: 11648504.

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

Color convert

RGB 248 189 177 -
CMYK 0 0.24 0.29 0.03
HSL 10.14º 0.84% 0.83% -
HSV(B) 10.14º 0.29% 0.97% -
XYZ 64.84 59.53 49.67 -
YUV 205.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 248 189 177 0 0.24 0.29 0.03 10.14 0.84 0.83
Hex F8 BD B1 0 18 1D 3 A 54 53
Octal 370 275 261 0 30 35 3 12 124 123
Binary 11111000 10111101 10110001 0 11000 11101 11 1010 1010100 1010011

Color Harmonies of #F8BDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BDB1

Black with #F8BDB1

Text Example


Text Example

White with #F8BDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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