Html Css Color HEX #FFB4AA Melon

📋 copy color: '#FFB4AA'

red 255 ◦ green 180 ◦ blue 170

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

Shades of Melon #FFB4AA

Tints of Melon #FFB4AA

RGB

 RED value IS 255 (100% from 255) = 42.15%

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

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

R = 42.15%
G = 29.75%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFB4AA (or 0xFFB4AA) is known color: Melon. HEX triplet: FF, B4 and AA. RGB value is (255,180,170). Sum of RGB (Red+Green+Blue) = 255+180+170=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4AA is #004B55. Grayscale: #C9C9C9. Windows color (decimal): -19286 or 11187455. OLE color: 11187455.

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

Color convert

RGB 255 180 170 -
CMYK 0 0.29 0.33 0
HSL 7.06º 1% 0.83% -
HSV(B) 7.06º 0.33% 1% -
XYZ 64.82 56.8 45.58 -
YUV 201.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 255 180 170 0 0.29 0.33 0 7.06 1 0.83
Hex FF B4 AA 0 1D 21 0 7 64 53
Octal 377 264 252 0 35 41 0 7 144 123
Binary 11111111 10110100 10101010 0 11101 100001 0 111 1100100 1010011

Color Harmonies of #FFB4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4AA

Black with #FFB4AA

Text Example


Text Example

White with #FFB4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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