Html Css Color HEX #FCB0AA Sundown

📋 copy color: '#FCB0AA'

red 252 ◦ green 176 ◦ blue 170

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

Shades of Sundown #FCB0AA

Tints of Sundown #FCB0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.43%

R = 42.14%
G = 29.43%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCB0AA (or 0xFCB0AA) is known color: Sundown. HEX triplet: FC, B0 and AA. RGB value is (252,176,170). Sum of RGB (Red+Green+Blue) = 252+176+170=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0AA is #034F55. Grayscale: #C6C6C6. Windows color (decimal): -216918 or 11186428. OLE color: 11186428.

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

Color convert

RGB 252 176 170 -
CMYK 0 0.30 0.33 0.01
HSL 4.39º 0.93% 0.83% -
HSV(B) 4.39º 0.33% 0.99% -
XYZ 62.93 54.65 45.26 -
YUV 198.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 252 176 170 0 0.30 0.33 0.01 4.39 0.93 0.83
Hex FC B0 AA 0 1E 21 1 4 5D 53
Octal 374 260 252 0 36 41 1 4 135 123
Binary 11111100 10110000 10101010 0 11110 100001 1 100 1011101 1010011

Color Harmonies of #FCB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0AA

Black with #FCB0AA

Text Example


Text Example

White with #FCB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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