Html Css Color HEX #FCBBAB Melon

📋 copy color: '#FCBBAB'

red 252 ◦ green 187 ◦ blue 171

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

Shades of Melon #FCBBAB

Tints of Melon #FCBBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.66%

 BLUE value IS 171 (67.19% from 255) = 28.03%

R = 41.31%
G = 30.66%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCBBAB (or 0xFCBBAB) is known color: Melon. HEX triplet: FC, BB and AB. RGB value is (252,187,171). Sum of RGB (Red+Green+Blue) = 252+187+171=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBAB is #034454. Grayscale: #CCCCCC. Windows color (decimal): -214101 or 11254780. OLE color: 11254780.

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

Color convert

RGB 252 187 171 -
CMYK 0 0.26 0.32 0.01
HSL 11.85º 0.93% 0.83% -
HSV(B) 11.85º 0.32% 0.99% -
XYZ 65.27 59.18 46.51 -
YUV 204.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 252 187 171 0 0.26 0.32 0.01 11.85 0.93 0.83
Hex FC BB AB 0 1A 20 1 C 5D 53
Octal 374 273 253 0 32 40 1 14 135 123
Binary 11111100 10111011 10101011 0 11010 100000 1 1100 1011101 1010011

Color Harmonies of #FCBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBAB

Black with #FCBBAB

Text Example


Text Example

White with #FCBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBAB; }

 p { color: rgb(252,187,171); }

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

background-color css

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

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

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

border-color css

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

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

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