Html Css Color HEX #FCBAAF Melon

📋 copy color: '#FCBAAF'

red 252 ◦ green 186 ◦ blue 175

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

Shades of Melon #FCBAAF

Tints of Melon #FCBAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.55%

R = 41.11%
G = 30.34%
B = 28.55%

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

#FCBAAF (or 0xFCBAAF) is known color: Melon. HEX triplet: FC, BA and AF. RGB value is (252,186,175). Sum of RGB (Red+Green+Blue) = 252+186+175=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAAF is #034550. Grayscale: #CCCCCC. Windows color (decimal): -214353 or 11516668. OLE color: 11516668.

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

Color convert

RGB 252 186 175 -
CMYK 0 0.26 0.31 0.01
HSL 8.57º 0.93% 0.84% -
HSV(B) 8.57º 0.31% 0.99% -
XYZ 65.44 58.91 48.48 -
YUV 204.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 252 186 175 0 0.26 0.31 0.01 8.57 0.93 0.84
Hex FC BA AF 0 1A 1F 1 9 5D 54
Octal 374 272 257 0 32 37 1 11 135 124
Binary 11111100 10111010 10101111 0 11010 11111 1 1001 1011101 1010100

Color Harmonies of #FCBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAAF

Black with #FCBAAF

Text Example


Text Example

White with #FCBAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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