Html Css Color HEX #F5BFB2 Melon

📋 copy color: '#F5BFB2'

red 245 ◦ green 191 ◦ blue 178

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

Shades of Melon #F5BFB2

Tints of Melon #F5BFB2

RGB

 RED value IS 245 (96.09% from 255) = 39.9%

 GREEN value IS 191 (75% from 255) = 31.11%

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

R = 39.9%
G = 31.11%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5BFB2 (or 0xF5BFB2) is known color: Melon. HEX triplet: F5, BF and B2. RGB value is (245,191,178). Sum of RGB (Red+Green+Blue) = 245+191+178=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BFB2 is #0A404D. Grayscale: #CDCDCD. Windows color (decimal): -671822 or 11714549. OLE color: 11714549.

HSL color Cylindrical-coordinate representation of color #F5BFB2: hue angle of 11.64º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5BFB2 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 191 178 -
CMYK 0 0.22 0.27 0.04
HSL 11.64º 0.77% 0.83% -
HSV(B) 11.64º 0.27% 0.96% -
XYZ 64.32 59.89 50.29 -
YUV 205.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 245 191 178 0 0.22 0.27 0.04 11.64 0.77 0.83
Hex F5 BF B2 0 16 1B 4 C 4D 53
Octal 365 277 262 0 26 33 4 14 115 123
Binary 11110101 10111111 10110010 0 10110 11011 100 1100 1001101 1010011

Color Harmonies of #F5BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFB2

Black with #F5BFB2

Text Example


Text Example

White with #F5BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFB2; }

 p { color: rgb(245,191,178); }

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

background-color css

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

 a { background-color: rgb(245,191,178); }

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

border-color css

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

 span { border-color: rgb(245,191,178); }

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