Html Css Color HEX #FFBCA8 Melon

📋 copy color: '#FFBCA8'

red 255 ◦ green 188 ◦ blue 168

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

Shades of Melon #FFBCA8

Tints of Melon #FFBCA8

RGB

 RED value IS 255 (100% from 255) = 41.73%

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

 BLUE value IS 168 (66.02% from 255) = 27.5%

R = 41.73%
G = 30.77%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFBCA8 (or 0xFFBCA8) is known color: Melon. HEX triplet: FF, BC and A8. RGB value is (255,188,168). Sum of RGB (Red+Green+Blue) = 255+188+168=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCA8 is #004357. Grayscale: #CDCDCD. Windows color (decimal): -17240 or 11058431. OLE color: 11058431.

HSL color Cylindrical-coordinate representation of color #FFBCA8: hue angle of 13.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFBCA8 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 255 188 168 -
CMYK 0 0.26 0.34 0
HSL 13.79º 1% 0.83% -
HSV(B) 13.79º 0.34% 1% -
XYZ 66.29 60.05 45.14 -
YUV 205.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 255 188 168 0 0.26 0.34 0 13.79 1 0.83
Hex FF BC A8 0 1A 22 0 E 64 53
Octal 377 274 250 0 32 42 0 16 144 123
Binary 11111111 10111100 10101000 0 11010 100010 0 1110 1100100 1010011

Color Harmonies of #FFBCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBCA8

Black with #FFBCA8

Text Example


Text Example

White with #FFBCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBCA8; }

 p { color: rgb(255,188,168); }

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

background-color css

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

 a { background-color: rgb(255,188,168); }

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

border-color css

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

 span { border-color: rgb(255,188,168); }

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