Html Css Color HEX #FCBAB6 Melon

📋 copy color: '#FCBAB6'

red 252 ◦ green 186 ◦ blue 182

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

Shades of Melon #FCBAB6

Tints of Melon #FCBAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.35%

R = 40.65%
G = 30%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCBAB6 (or 0xFCBAB6) is known color: Melon. HEX triplet: FC, BA and B6. RGB value is (252,186,182). Sum of RGB (Red+Green+Blue) = 252+186+182=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAB6 is #034549. Grayscale: #CDCDCD. Windows color (decimal): -214346 or 11975420. OLE color: 11975420.

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

Color convert

RGB 252 186 182 -
CMYK 0 0.26 0.28 0.01
HSL 3.43º 0.92% 0.85% -
HSV(B) 3.43º 0.28% 0.99% -
XYZ 66.15 59.19 52.19 -
YUV 205.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 252 186 182 0 0.26 0.28 0.01 3.43 0.92 0.85
Hex FC BA B6 0 1A 1C 1 3 5C 55
Octal 374 272 266 0 32 34 1 3 134 125
Binary 11111100 10111010 10110110 0 11010 11100 1 11 1011100 1010101

Color Harmonies of #FCBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAB6

Black with #FCBAB6

Text Example


Text Example

White with #FCBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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