#f5b4b2

Color #F5B4B2 Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #F5B4B2

Tints of Sundown #F5B4B2

Color information

#F5B4B2 (or 0xF5B4B2) is unknown color: approx Sundown. HEX triplet: F5, B4 and B2. RGB value is (245,180,178). Sum of RGB (Red+Green+Blue) = 245+180+178=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B4B2 is #0A4B4D. Grayscale: #C7C7C7. Windows color (decimal): -674638 or 11711733. OLE color: 11711733.

HSL color Cylindrical-coordinate representation of color #F5B4B2: hue angle of 1.79º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B4B2 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB245180178-
CMYK00.270.270.04
HSL1.79º77.01%82.94%-
HSV(B)1.79º27.35%96.08%-
XYZ62.0155.2749.52-
YUV199.21116.03160.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 178 (69.92% from 255) = 29.52%
R=40.63%
G=29.85%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518017800.270.270.041.7977.0182.94
HexF5B4B201B1B424d53
Octal3652642620333342115123
Binary111101011011010010110010011011110111001010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5b4b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5b4b2; }

 p { color: rgb(245,180,178); }

 H1.HeaderClassName
 {
   color: #f5b4b2;
 }
 .AnyTagClassName
 {
   color: #f5b4b2;
 }
</style>
background-color css

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

 a { background-color: rgb(245,180,178); }

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

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

 span { border-color: rgb(245,180,178); }

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