Html Css Color HEX #FDB4AA Melon

📋 copy color: '#FDB4AA'

red 253 ◦ green 180 ◦ blue 170

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

Shades of Melon #FDB4AA

Tints of Melon #FDB4AA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.85%

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

R = 41.96%
G = 29.85%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDB4AA (or 0xFDB4AA) is known color: Melon. HEX triplet: FD, B4 and AA. RGB value is (253,180,170). Sum of RGB (Red+Green+Blue) = 253+180+170=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB4AA is #024B55. Grayscale: #C8C8C8. Windows color (decimal): -150358 or 11187453. OLE color: 11187453.

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

Color convert

RGB 253 180 170 -
CMYK 0 0.29 0.33 0.01
HSL 7.23º 0.95% 0.83% -
HSV(B) 7.23º 0.33% 0.99% -
XYZ 64.08 56.43 45.54 -
YUV 200.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 253 180 170 0 0.29 0.33 0.01 7.23 0.95 0.83
Hex FD B4 AA 0 1D 21 1 7 5F 53
Octal 375 264 252 0 35 41 1 7 137 123
Binary 11111101 10110100 10101010 0 11101 100001 1 111 1011111 1010011

Color Harmonies of #FDB4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB4AA

Black with #FDB4AA

Text Example


Text Example

White with #FDB4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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