Html Css Color HEX #FCBCB0 Melon

📋 copy color: '#FCBCB0'

red 252 ◦ green 188 ◦ blue 176

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

Shades of Melon #FCBCB0

Tints of Melon #FCBCB0

RGB

 RED value IS 252 (98.83% from 255) = 40.91%

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

 BLUE value IS 176 (69.14% from 255) = 28.57%

R = 40.91%
G = 30.52%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCBCB0 (or 0xFCBCB0) is known color: Melon. HEX triplet: FC, BC and B0. RGB value is (252,188,176). Sum of RGB (Red+Green+Blue) = 252+188+176=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCB0 is #03434F. Grayscale: #CDCDCD. Windows color (decimal): -213840 or 11582716. OLE color: 11582716.

HSL color Cylindrical-coordinate representation of color #FCBCB0: hue angle of 9.47º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCBCB0 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 176 -
CMYK 0 0.25 0.30 0.01
HSL 9.47º 0.93% 0.84% -
HSV(B) 9.47º 0.3% 0.99% -
XYZ 65.96 59.8 49.14 -
YUV 205.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 252 188 176 0 0.25 0.30 0.01 9.47 0.93 0.84
Hex FC BC B0 0 19 1E 1 9 5D 54
Octal 374 274 260 0 31 36 1 11 135 124
Binary 11111100 10111100 10110000 0 11001 11110 1 1001 1011101 1010100

Color Harmonies of #FCBCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCB0

Black with #FCBCB0

Text Example


Text Example

White with #FCBCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCB0; }

 p { color: rgb(252,188,176); }

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

background-color css

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

 a { background-color: rgb(252,188,176); }

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

border-color css

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

 span { border-color: rgb(252,188,176); }

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