Html Css Color HEX #FDBAAA Melon

📋 copy color: '#FDBAAA'

red 253 ◦ green 186 ◦ blue 170

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

Shades of Melon #FDBAAA

Tints of Melon #FDBAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.54%

 BLUE value IS 170 (66.8% from 255) = 27.91%

R = 41.54%
G = 30.54%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDBAAA (or 0xFDBAAA) is known color: Melon. HEX triplet: FD, BA and AA. RGB value is (253,186,170). Sum of RGB (Red+Green+Blue) = 253+186+170=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAAA is #024555. Grayscale: #CCCCCC. Windows color (decimal): -148822 or 11188989. OLE color: 11188989.

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

Color convert

RGB 253 186 170 -
CMYK 0 0.26 0.33 0.01
HSL 11.57º 0.95% 0.83% -
HSV(B) 11.57º 0.33% 0.99% -
XYZ 65.32 58.9 45.96 -
YUV 204.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 253 186 170 0 0.26 0.33 0.01 11.57 0.95 0.83
Hex FD BA AA 0 1A 21 1 C 5F 53
Octal 375 272 252 0 32 41 1 14 137 123
Binary 11111101 10111010 10101010 0 11010 100001 1 1100 1011111 1010011

Color Harmonies of #FDBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAAA

Black with #FDBAAA

Text Example


Text Example

White with #FDBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAAA; }

 p { color: rgb(253,186,170); }

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

background-color css

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

 a { background-color: rgb(253,186,170); }

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

border-color css

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

 span { border-color: rgb(253,186,170); }

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