Html Css Color HEX #FCB9B2 Melon

📋 copy color: '#FCB9B2'

red 252 ◦ green 185 ◦ blue 178

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

Shades of Melon #FCB9B2

Tints of Melon #FCB9B2

RGB

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

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

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

R = 40.98%
G = 30.08%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCB9B2 (or 0xFCB9B2) is known color: Melon. HEX triplet: FC, B9 and B2. RGB value is (252,185,178). Sum of RGB (Red+Green+Blue) = 252+185+178=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9B2 is #03464D. Grayscale: #CCCCCC. Windows color (decimal): -214606 or 11713020. OLE color: 11713020.

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

Color convert

RGB 252 185 178 -
CMYK 0 0.27 0.29 0.01
HSL 5.68º 0.93% 0.84% -
HSV(B) 5.68º 0.29% 0.99% -
XYZ 65.53 58.61 49.98 -
YUV 204.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 252 185 178 0 0.27 0.29 0.01 5.68 0.93 0.84
Hex FC B9 B2 0 1B 1D 1 6 5C 54
Octal 374 271 262 0 33 35 1 6 134 124
Binary 11111100 10111001 10110010 0 11011 11101 1 110 1011100 1010100

Color Harmonies of #FCB9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9B2

Black with #FCB9B2

Text Example


Text Example

White with #FCB9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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