Html Css Color HEX #FCBAB5 Melon

📋 copy color: '#FCBAB5'

red 252 ◦ green 186 ◦ blue 181

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

Shades of Melon #FCBAB5

Tints of Melon #FCBAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.24%

R = 40.71%
G = 30.05%
B = 29.24%

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

#FCBAB5 (or 0xFCBAB5) is known color: Melon. HEX triplet: FC, BA and B5. RGB value is (252,186,181). Sum of RGB (Red+Green+Blue) = 252+186+181=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAB5 is #03454A. Grayscale: #CDCDCD. Windows color (decimal): -214347 or 11909884. OLE color: 11909884.

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

Color convert

RGB 252 186 181 -
CMYK 0 0.26 0.28 0.01
HSL 4.23º 0.92% 0.85% -
HSV(B) 4.23º 0.28% 0.99% -
XYZ 66.04 59.15 51.65 -
YUV 205.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 252 186 181 0 0.26 0.28 0.01 4.23 0.92 0.85
Hex FC BA B5 0 1A 1C 1 4 5C 55
Octal 374 272 265 0 32 34 1 4 134 125
Binary 11111100 10111010 10110101 0 11010 11100 1 100 1011100 1010101

Color Harmonies of #FCBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAB5

Black with #FCBAB5

Text Example


Text Example

White with #FCBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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