Html Css Color HEX #F6B0AF Sundown

📋 copy color: '#F6B0AF'

red 246 ◦ green 176 ◦ blue 175

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

Shades of Sundown #F6B0AF

Tints of Sundown #F6B0AF

RGB

 RED value IS 246 (96.48% from 255) = 41.21%

 GREEN value IS 176 (69.14% from 255) = 29.48%

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

R = 41.21%
G = 29.48%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6B0AF (or 0xF6B0AF) is known color: Sundown. HEX triplet: F6, B0 and AF. RGB value is (246,176,175). Sum of RGB (Red+Green+Blue) = 246+176+175=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B0AF is #094F50. Grayscale: #C4C4C4. Windows color (decimal): -610129 or 11514102. OLE color: 11514102.

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

Color convert

RGB 246 176 175 -
CMYK 0 0.28 0.29 0.04
HSL 0.85º 0.8% 0.83% -
HSV(B) 0.85º 0.29% 0.96% -
XYZ 61.27 53.74 47.7 -
YUV 196.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 246 176 175 0 0.28 0.29 0.04 0.85 0.8 0.83
Hex F6 B0 AF 0 1C 1D 4 1 50 53
Octal 366 260 257 0 34 35 4 1 120 123
Binary 11110110 10110000 10101111 0 11100 11101 100 1 1010000 1010011

Color Harmonies of #F6B0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B0AF

Black with #F6B0AF

Text Example


Text Example

White with #F6B0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B0AF; }

 p { color: rgb(246,176,175); }

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

background-color css

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

 a { background-color: rgb(246,176,175); }

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

border-color css

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

 span { border-color: rgb(246,176,175); }

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