Html Css Color HEX #FCBAAB Melon

📋 copy color: '#FCBAAB'

red 252 ◦ green 186 ◦ blue 171

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

Shades of Melon #FCBAAB

Tints of Melon #FCBAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.54%

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

R = 41.38%
G = 30.54%
B = 28.08%

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

#FCBAAB (or 0xFCBAAB) is known color: Melon. HEX triplet: FC, BA and AB. RGB value is (252,186,171). Sum of RGB (Red+Green+Blue) = 252+186+171=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAAB is #034554. Grayscale: #CCCCCC. Windows color (decimal): -214357 or 11254524. OLE color: 11254524.

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

Color convert

RGB 252 186 171 -
CMYK 0 0.26 0.32 0.01
HSL 11.11º 0.93% 0.83% -
HSV(B) 11.11º 0.32% 0.99% -
XYZ 65.05 58.75 46.44 -
YUV 204.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 252 186 171 0 0.26 0.32 0.01 11.11 0.93 0.83
Hex FC BA AB 0 1A 20 1 B 5D 53
Octal 374 272 253 0 32 40 1 13 135 123
Binary 11111100 10111010 10101011 0 11010 100000 1 1011 1011101 1010011

Color Harmonies of #FCBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAAB

Black with #FCBAAB

Text Example


Text Example

White with #FCBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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