Html Css Color HEX #FDBBAB Melon

📋 copy color: '#FDBBAB'

red 253 ◦ green 187 ◦ blue 171

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

Shades of Melon #FDBBAB

Tints of Melon #FDBBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.99%

R = 41.41%
G = 30.61%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDBBAB (or 0xFDBBAB) is known color: Melon. HEX triplet: FD, BB and AB. RGB value is (253,187,171). Sum of RGB (Red+Green+Blue) = 253+187+171=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBAB is #024454. Grayscale: #CDCDCD. Windows color (decimal): -148565 or 11254781. OLE color: 11254781.

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

Color convert

RGB 253 187 171 -
CMYK 0 0.26 0.32 0.01
HSL 11.71º 0.95% 0.83% -
HSV(B) 11.71º 0.32% 0.99% -
XYZ 65.63 59.36 46.53 -
YUV 204.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 253 187 171 0 0.26 0.32 0.01 11.71 0.95 0.83
Hex FD BB AB 0 1A 20 1 C 5F 53
Octal 375 273 253 0 32 40 1 14 137 123
Binary 11111101 10111011 10101011 0 11010 100000 1 1100 1011111 1010011

Color Harmonies of #FDBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBAB

Black with #FDBBAB

Text Example


Text Example

White with #FDBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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