Html Css Color HEX #FCB8B8 Melon

📋 copy color: '#FCB8B8'

red 252 ◦ green 184 ◦ blue 184

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

Shades of Melon #FCB8B8

Tints of Melon #FCB8B8

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.68%

 BLUE value IS 184 (72.27% from 255) = 29.68%

R = 40.65%
G = 29.68%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCB8B8 (or 0xFCB8B8) is known color: Melon. HEX triplet: FC, B8 and B8. RGB value is (252,184,184). Sum of RGB (Red+Green+Blue) = 252+184+184=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8B8 is #034747. Grayscale: #CCCCCC. Windows color (decimal): -214856 or 12105980. OLE color: 12105980.

HSL color Cylindrical-coordinate representation of color #FCB8B8: hue angle of 0º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8B8 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 184 184 -
CMYK 0 0.27 0.27 0.01
HSL 0.92% 0.85% -
HSV(B) 0.27% 0.99% -
XYZ 65.94 58.44 53.15 -
YUV 204.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 252 184 184 0 0.27 0.27 0.01 0 0.92 0.85
Hex FC B8 B8 0 1B 1B 1 0 5C 55
Octal 374 270 270 0 33 33 1 0 134 125
Binary 11111100 10111000 10111000 0 11011 11011 1 0 1011100 1010101

Color Harmonies of #FCB8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8B8

Black with #FCB8B8

Text Example


Text Example

White with #FCB8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8B8; }

 p { color: rgb(252,184,184); }

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

background-color css

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

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

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

border-color css

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

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

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