Html Css Color HEX #FCBDB1 Melon

📋 copy color: '#FCBDB1'

red 252 ◦ green 189 ◦ blue 177

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

Shades of Melon #FCBDB1

Tints of Melon #FCBDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.64%

R = 40.78%
G = 30.58%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCBDB1 (or 0xFCBDB1) is known color: Melon. HEX triplet: FC, BD and B1. RGB value is (252,189,177). Sum of RGB (Red+Green+Blue) = 252+189+177=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDB1 is #03424E. Grayscale: #CECECE. Windows color (decimal): -213583 or 11648508. OLE color: 11648508.

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

Color convert

RGB 252 189 177 -
CMYK 0 0.25 0.30 0.01
HSL 9.6º 0.93% 0.84% -
HSV(B) 9.6º 0.3% 0.99% -
XYZ 66.28 60.26 49.73 -
YUV 206.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 252 189 177 0 0.25 0.30 0.01 9.6 0.93 0.84
Hex FC BD B1 0 19 1E 1 A 5D 54
Octal 374 275 261 0 31 36 1 12 135 124
Binary 11111100 10111101 10110001 0 11001 11110 1 1010 1011101 1010100

Color Harmonies of #FCBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDB1

Black with #FCBDB1

Text Example


Text Example

White with #FCBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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