Html Css Color HEX #FDB7B4 Melon

📋 copy color: '#FDB7B4'

red 253 ◦ green 183 ◦ blue 180

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

Shades of Melon #FDB7B4

Tints of Melon #FDB7B4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.71%

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

R = 41.07%
G = 29.71%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FDB7B4 (or 0xFDB7B4) is known color: Melon. HEX triplet: FD, B7 and B4. RGB value is (253,183,180). Sum of RGB (Red+Green+Blue) = 253+183+180=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7B4 is #02484B. Grayscale: #CBCBCB. Windows color (decimal): -149580 or 11843581. OLE color: 11843581.

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

Color convert

RGB 253 183 180 -
CMYK 0 0.28 0.29 0.01
HSL 2.47º 0.95% 0.85% -
HSV(B) 2.47º 0.29% 0.99% -
XYZ 65.68 58.04 50.92 -
YUV 203.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 253 183 180 0 0.28 0.29 0.01 2.47 0.95 0.85
Hex FD B7 B4 0 1C 1D 1 2 5F 55
Octal 375 267 264 0 34 35 1 2 137 125
Binary 11111101 10110111 10110100 0 11100 11101 1 10 1011111 1010101

Color Harmonies of #FDB7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7B4

Black with #FDB7B4

Text Example


Text Example

White with #FDB7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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