Html Css Color HEX #FDB9B3 Melon

📋 copy color: '#FDB9B3'

red 253 ◦ green 185 ◦ blue 179

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

Shades of Melon #FDB9B3

Tints of Melon #FDB9B3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.98%

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

R = 41%
G = 29.98%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDB9B3 (or 0xFDB9B3) is known color: Melon. HEX triplet: FD, B9 and B3. RGB value is (253,185,179). Sum of RGB (Red+Green+Blue) = 253+185+179=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9B3 is #02464C. Grayscale: #CCCCCC. Windows color (decimal): -149069 or 11778557. OLE color: 11778557.

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

Color convert

RGB 253 185 179 -
CMYK 0 0.27 0.29 0.01
HSL 4.86º 0.95% 0.85% -
HSV(B) 4.86º 0.29% 0.99% -
XYZ 65.99 58.84 50.53 -
YUV 204.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 253 185 179 0 0.27 0.29 0.01 4.86 0.95 0.85
Hex FD B9 B3 0 1B 1D 1 5 5F 55
Octal 375 271 263 0 33 35 1 5 137 125
Binary 11111101 10111001 10110011 0 11011 11101 1 101 1011111 1010101

Color Harmonies of #FDB9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9B3

Black with #FDB9B3

Text Example


Text Example

White with #FDB9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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