Html Css Color HEX #FCB8B2 Melon

📋 copy color: '#FCB8B2'

red 252 ◦ green 184 ◦ blue 178

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

Shades of Melon #FCB8B2

Tints of Melon #FCB8B2

RGB

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

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

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

R = 41.04%
G = 29.97%
B = 28.99%

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

#FCB8B2 (or 0xFCB8B2) is known color: Melon. HEX triplet: FC, B8 and B2. RGB value is (252,184,178). Sum of RGB (Red+Green+Blue) = 252+184+178=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB8B2 is #03474D. Grayscale: #CBCBCB. Windows color (decimal): -214862 or 11712764. OLE color: 11712764.

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

Color convert

RGB 252 184 178 -
CMYK 0 0.27 0.29 0.01
HSL 4.86º 0.93% 0.84% -
HSV(B) 4.86º 0.29% 0.99% -
XYZ 65.32 58.19 49.91 -
YUV 203.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 252 184 178 0 0.27 0.29 0.01 4.86 0.93 0.84
Hex FC B8 B2 0 1B 1D 1 5 5C 54
Octal 374 270 262 0 33 35 1 5 134 124
Binary 11111100 10111000 10110010 0 11011 11101 1 101 1011100 1010100

Color Harmonies of #FCB8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8B2

Black with #FCB8B2

Text Example


Text Example

White with #FCB8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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