Html Css Color HEX #FFB4A8 Melon

📋 copy color: '#FFB4A8'

red 255 ◦ green 180 ◦ blue 168

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

Shades of Melon #FFB4A8

Tints of Melon #FFB4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.86%

R = 42.29%
G = 29.85%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFB4A8 (or 0xFFB4A8) is known color: Melon. HEX triplet: FF, B4 and A8. RGB value is (255,180,168). Sum of RGB (Red+Green+Blue) = 255+180+168=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4A8 is #004B57. Grayscale: #C9C9C9. Windows color (decimal): -19288 or 11056383. OLE color: 11056383.

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

Color convert

RGB 255 180 168 -
CMYK 0 0.29 0.34 0
HSL 8.28º 1% 0.83% -
HSV(B) 8.28º 0.34% 1% -
XYZ 64.63 56.73 44.59 -
YUV 201.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 255 180 168 0 0.29 0.34 0 8.28 1 0.83
Hex FF B4 A8 0 1D 22 0 8 64 53
Octal 377 264 250 0 35 42 0 10 144 123
Binary 11111111 10110100 10101000 0 11101 100010 0 1000 1100100 1010011

Color Harmonies of #FFB4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4A8

Black with #FFB4A8

Text Example


Text Example

White with #FFB4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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