Html Css Color HEX #FDBBB0 Melon

📋 copy color: '#FDBBB0'

red 253 ◦ green 187 ◦ blue 176

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

Shades of Melon #FDBBB0

Tints of Melon #FDBBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.36%

 BLUE value IS 176 (69.14% from 255) = 28.57%

R = 41.07%
G = 30.36%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDBBB0 (or 0xFDBBB0) is known color: Melon. HEX triplet: FD, BB and B0. RGB value is (253,187,176). Sum of RGB (Red+Green+Blue) = 253+187+176=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBB0 is #02444F. Grayscale: #CDCDCD. Windows color (decimal): -148560 or 11582461. OLE color: 11582461.

HSL color Cylindrical-coordinate representation of color #FDBBB0: hue angle of 8.57º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDBBB0 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 187 176 -
CMYK 0 0.26 0.30 0.01
HSL 8.57º 0.95% 0.84% -
HSV(B) 8.57º 0.3% 0.99% -
XYZ 66.11 59.56 49.09 -
YUV 205.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 253 187 176 0 0.26 0.30 0.01 8.57 0.95 0.84
Hex FD BB B0 0 1A 1E 1 9 5F 54
Octal 375 273 260 0 32 36 1 11 137 124
Binary 11111101 10111011 10110000 0 11010 11110 1 1001 1011111 1010100

Color Harmonies of #FDBBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBB0

Black with #FDBBB0

Text Example


Text Example

White with #FDBBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBB0; }

 p { color: rgb(253,187,176); }

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

background-color css

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

 a { background-color: rgb(253,187,176); }

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

border-color css

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

 span { border-color: rgb(253,187,176); }

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