Html Css Color HEX #FCBAAD Melon

📋 copy color: '#FCBAAD'

red 252 ◦ green 186 ◦ blue 173

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

Shades of Melon #FCBAAD

Tints of Melon #FCBAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.31%

R = 41.24%
G = 30.44%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCBAAD (or 0xFCBAAD) is known color: Melon. HEX triplet: FC, BA and AD. RGB value is (252,186,173). Sum of RGB (Red+Green+Blue) = 252+186+173=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAAD is #034552. Grayscale: #CCCCCC. Windows color (decimal): -214355 or 11385596. OLE color: 11385596.

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

Color convert

RGB 252 186 173 -
CMYK 0 0.26 0.31 0.01
HSL 9.87º 0.93% 0.83% -
HSV(B) 9.87º 0.31% 0.99% -
XYZ 65.25 58.83 47.45 -
YUV 204.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 252 186 173 0 0.26 0.31 0.01 9.87 0.93 0.83
Hex FC BA AD 0 1A 1F 1 A 5D 53
Octal 374 272 255 0 32 37 1 12 135 123
Binary 11111100 10111010 10101101 0 11010 11111 1 1010 1011101 1010011

Color Harmonies of #FCBAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAAD

Black with #FCBAAD

Text Example


Text Example

White with #FCBAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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