Html Css Color HEX #FCBCA9 Melon

📋 copy color: '#FCBCA9'

red 252 ◦ green 188 ◦ blue 169

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

Shades of Melon #FCBCA9

Tints of Melon #FCBCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.87%

 BLUE value IS 169 (66.41% from 255) = 27.75%

R = 41.38%
G = 30.87%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCBCA9 (or 0xFCBCA9) is known color: Melon. HEX triplet: FC, BC and A9. RGB value is (252,188,169). Sum of RGB (Red+Green+Blue) = 252+188+169=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCA9 is #034356. Grayscale: #CDCDCD. Windows color (decimal): -213847 or 11123964. OLE color: 11123964.

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

Color convert

RGB 252 188 169 -
CMYK 0 0.25 0.33 0.01
HSL 13.73º 0.93% 0.83% -
HSV(B) 13.73º 0.33% 0.99% -
XYZ 65.29 59.53 45.58 -
YUV 204.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 252 188 169 0 0.25 0.33 0.01 13.73 0.93 0.83
Hex FC BC A9 0 19 21 1 E 5D 53
Octal 374 274 251 0 31 41 1 16 135 123
Binary 11111100 10111100 10101001 0 11001 100001 1 1110 1011101 1010011

Color Harmonies of #FCBCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCA9

Black with #FCBCA9

Text Example


Text Example

White with #FCBCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCA9; }

 p { color: rgb(252,188,169); }

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

background-color css

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

 a { background-color: rgb(252,188,169); }

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

border-color css

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

 span { border-color: rgb(252,188,169); }

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