Html Css Color HEX #FCB9B7 Melon

📋 copy color: '#FCB9B7'

red 252 ◦ green 185 ◦ blue 183

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

Shades of Melon #FCB9B7

Tints of Melon #FCB9B7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.84%

 BLUE value IS 183 (71.88% from 255) = 29.52%

R = 40.65%
G = 29.84%
B = 29.52%

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

#FCB9B7 (or 0xFCB9B7) is known color: Melon. HEX triplet: FC, B9 and B7. RGB value is (252,185,183). Sum of RGB (Red+Green+Blue) = 252+185+183=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9B7 is #034648. Grayscale: #CCCCCC. Windows color (decimal): -214601 or 12040700. OLE color: 12040700.

HSL color Cylindrical-coordinate representation of color #FCB9B7: hue angle of 1.74º 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 #FCB9B7 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 183 -
CMYK 0 0.27 0.27 0.01
HSL 1.74º 0.92% 0.85% -
HSV(B) 1.74º 0.27% 0.99% -
XYZ 66.04 58.81 52.67 -
YUV 204.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 252 185 183 0 0.27 0.27 0.01 1.74 0.92 0.85
Hex FC B9 B7 0 1B 1B 1 2 5C 55
Octal 374 271 267 0 33 33 1 2 134 125
Binary 11111100 10111001 10110111 0 11011 11011 1 10 1011100 1010101

Color Harmonies of #FCB9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9B7

Black with #FCB9B7

Text Example


Text Example

White with #FCB9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9B7; }

 p { color: rgb(252,185,183); }

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

background-color css

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

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

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

border-color css

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

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

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