Html Css Color HEX #FCBDB3 Melon

📋 copy color: '#FCBDB3'

red 252 ◦ green 189 ◦ blue 179

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

Shades of Melon #FCBDB3

Tints of Melon #FCBDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.87%

R = 40.65%
G = 30.48%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCBDB3 (or 0xFCBDB3) is known color: Melon. HEX triplet: FC, BD and B3. RGB value is (252,189,179). Sum of RGB (Red+Green+Blue) = 252+189+179=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDB3 is #03424C. Grayscale: #CECECE. Windows color (decimal): -213581 or 11779580. OLE color: 11779580.

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

Color convert

RGB 252 189 179 -
CMYK 0 0.25 0.29 0.01
HSL 8.22º 0.92% 0.85% -
HSV(B) 8.22º 0.29% 0.99% -
XYZ 66.48 60.35 50.79 -
YUV 206.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 252 189 179 0 0.25 0.29 0.01 8.22 0.92 0.85
Hex FC BD B3 0 19 1D 1 8 5C 55
Octal 374 275 263 0 31 35 1 10 134 125
Binary 11111100 10111101 10110011 0 11001 11101 1 1000 1011100 1010101

Color Harmonies of #FCBDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDB3

Black with #FCBDB3

Text Example


Text Example

White with #FCBDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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