Html Css Color HEX #FCB0A6 Sundown

📋 copy color: '#FCB0A6'

red 252 ◦ green 176 ◦ blue 166

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

Shades of Sundown #FCB0A6

Tints of Sundown #FCB0A6

RGB

 RED value IS 252 (98.83% from 255) = 42.42%

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

 BLUE value IS 166 (65.23% from 255) = 27.95%

R = 42.42%
G = 29.63%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCB0A6 (or 0xFCB0A6) is known color: Sundown. HEX triplet: FC, B0 and A6. RGB value is (252,176,166). Sum of RGB (Red+Green+Blue) = 252+176+166=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0A6 is #034F59. Grayscale: #C5C5C5. Windows color (decimal): -216922 or 10924284. OLE color: 10924284.

HSL color Cylindrical-coordinate representation of color #FCB0A6: hue angle of 6.98º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCB0A6 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 166 -
CMYK 0 0.30 0.34 0.01
HSL 6.98º 0.93% 0.82% -
HSV(B) 6.98º 0.34% 0.99% -
XYZ 62.55 54.5 43.3 -
YUV 197.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 252 176 166 0 0.30 0.34 0.01 6.98 0.93 0.82
Hex FC B0 A6 0 1E 22 1 7 5D 52
Octal 374 260 246 0 36 42 1 7 135 122
Binary 11111100 10110000 10100110 0 11110 100010 1 111 1011101 1010010

Color Harmonies of #FCB0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0A6

Black with #FCB0A6

Text Example


Text Example

White with #FCB0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0A6; }

 p { color: rgb(252,176,166); }

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

background-color css

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

 a { background-color: rgb(252,176,166); }

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

border-color css

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

 span { border-color: rgb(252,176,166); }

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