Html Css Color HEX #FCBDA9 Melon

📋 copy color: '#FCBDA9'

red 252 ◦ green 189 ◦ blue 169

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

Shades of Melon #FCBDA9

Tints of Melon #FCBDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.98%

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

R = 41.31%
G = 30.98%
B = 27.7%

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

#FCBDA9 (or 0xFCBDA9) is known color: Melon. HEX triplet: FC, BD and A9. RGB value is (252,189,169). Sum of RGB (Red+Green+Blue) = 252+189+169=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDA9 is #034256. Grayscale: #CDCDCD. Windows color (decimal): -213591 or 11124220. OLE color: 11124220.

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

Color convert

RGB 252 189 169 -
CMYK 0 0.25 0.33 0.01
HSL 14.46º 0.93% 0.83% -
HSV(B) 14.46º 0.33% 0.99% -
XYZ 65.5 59.96 45.66 -
YUV 205.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 252 189 169 0 0.25 0.33 0.01 14.46 0.93 0.83
Hex FC BD A9 0 19 21 1 E 5D 53
Octal 374 275 251 0 31 41 1 16 135 123
Binary 11111100 10111101 10101001 0 11001 100001 1 1110 1011101 1010011

Color Harmonies of #FCBDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDA9

Black with #FCBDA9

Text Example


Text Example

White with #FCBDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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