Html Css Color HEX #F5B3AF Sundown

📋 copy color: '#F5B3AF'

red 245 ◦ green 179 ◦ blue 175

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

Shades of Sundown #F5B3AF

Tints of Sundown #F5B3AF

RGB

 RED value IS 245 (96.09% from 255) = 40.9%

 GREEN value IS 179 (70.31% from 255) = 29.88%

 BLUE value IS 175 (68.75% from 255) = 29.22%

R = 40.9%
G = 29.88%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5B3AF (or 0xF5B3AF) is known color: Sundown. HEX triplet: F5, B3 and AF. RGB value is (245,179,175). Sum of RGB (Red+Green+Blue) = 245+179+175=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5B3AF is #0A4C50. Grayscale: #C6C6C6. Windows color (decimal): -674897 or 11514869. OLE color: 11514869.

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

Color convert

RGB 245 179 175 -
CMYK 0 0.27 0.29 0.04
HSL 3.43º 0.78% 0.82% -
HSV(B) 3.43º 0.29% 0.96% -
XYZ 61.51 54.75 47.88 -
YUV 198.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 245 179 175 0 0.27 0.29 0.04 3.43 0.78 0.82
Hex F5 B3 AF 0 1B 1D 4 3 4E 52
Octal 365 263 257 0 33 35 4 3 116 122
Binary 11110101 10110011 10101111 0 11011 11101 100 11 1001110 1010010

Color Harmonies of #F5B3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B3AF

Black with #F5B3AF

Text Example


Text Example

White with #F5B3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B3AF; }

 p { color: rgb(245,179,175); }

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

background-color css

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

 a { background-color: rgb(245,179,175); }

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

border-color css

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

 span { border-color: rgb(245,179,175); }

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