Html Css Color HEX #FDBFB4 Melon

📋 copy color: '#FDBFB4'

red 253 ◦ green 191 ◦ blue 180

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

Shades of Melon #FDBFB4

Tints of Melon #FDBFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.85%

R = 40.54%
G = 30.61%
B = 28.85%

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

#FDBFB4 (or 0xFDBFB4) is known color: Melon. HEX triplet: FD, BF and B4. RGB value is (253,191,180). Sum of RGB (Red+Green+Blue) = 253+191+180=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFB4 is #02404B. Grayscale: #D0D0D0. Windows color (decimal): -147532 or 11845629. OLE color: 11845629.

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

Color convert

RGB 253 191 180 -
CMYK 0 0.25 0.29 0.01
HSL 9.04º 0.95% 0.85% -
HSV(B) 9.04º 0.29% 0.99% -
XYZ 67.38 61.44 51.49 -
YUV 208.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 253 191 180 0 0.25 0.29 0.01 9.04 0.95 0.85
Hex FD BF B4 0 19 1D 1 9 5F 55
Octal 375 277 264 0 31 35 1 11 137 125
Binary 11111101 10111111 10110100 0 11001 11101 1 1001 1011111 1010101

Color Harmonies of #FDBFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFB4

Black with #FDBFB4

Text Example


Text Example

White with #FDBFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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