Html Css Color HEX #FCBDA6 Melon

📋 copy color: '#FCBDA6'

red 252 ◦ green 189 ◦ blue 166

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

Shades of Melon #FCBDA6

Tints of Melon #FCBDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.35%

R = 41.52%
G = 31.14%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCBDA6 (or 0xFCBDA6) is known color: Melon. HEX triplet: FC, BD and A6. RGB value is (252,189,166). Sum of RGB (Red+Green+Blue) = 252+189+166=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDA6 is #034259. Grayscale: #CDCDCD. Windows color (decimal): -213594 or 10927612. OLE color: 10927612.

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

Color convert

RGB 252 189 166 -
CMYK 0 0.25 0.34 0.01
HSL 16.05º 0.93% 0.82% -
HSV(B) 16.05º 0.34% 0.99% -
XYZ 65.23 59.84 44.19 -
YUV 205.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 252 189 166 0 0.25 0.34 0.01 16.05 0.93 0.82
Hex FC BD A6 0 19 22 1 10 5D 52
Octal 374 275 246 0 31 42 1 20 135 122
Binary 11111100 10111101 10100110 0 11001 100010 1 10000 1011101 1010010

Color Harmonies of #FCBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDA6

Black with #FCBDA6

Text Example


Text Example

White with #FCBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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