Html Css Color HEX #FDBFB3 Melon

📋 copy color: '#FDBFB3'

red 253 ◦ green 191 ◦ blue 179

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

Shades of Melon #FDBFB3

Tints of Melon #FDBFB3

RGB

 RED value IS 253 (99.22% from 255) = 40.61%

 GREEN value IS 191 (75% from 255) = 30.66%

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

R = 40.61%
G = 30.66%
B = 28.73%

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

#FDBFB3 (or 0xFDBFB3) is known color: Melon. HEX triplet: FD, BF and B3. RGB value is (253,191,179). Sum of RGB (Red+Green+Blue) = 253+191+179=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFB3 is #02404C. Grayscale: #D0D0D0. Windows color (decimal): -147533 or 11780093. OLE color: 11780093.

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

Color convert

RGB 253 191 179 -
CMYK 0 0.25 0.29 0.01
HSL 9.73º 0.95% 0.85% -
HSV(B) 9.73º 0.29% 0.99% -
XYZ 67.28 61.4 50.95 -
YUV 208.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 253 191 179 0 0.25 0.29 0.01 9.73 0.95 0.85
Hex FD BF B3 0 19 1D 1 A 5F 55
Octal 375 277 263 0 31 35 1 12 137 125
Binary 11111101 10111111 10110011 0 11001 11101 1 1010 1011111 1010101

Color Harmonies of #FDBFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFB3

Black with #FDBFB3

Text Example


Text Example

White with #FDBFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFB3; }

 p { color: rgb(253,191,179); }

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

background-color css

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

 a { background-color: rgb(253,191,179); }

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

border-color css

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

 span { border-color: rgb(253,191,179); }

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