Html Css Color HEX #FCB0AB Sundown

📋 copy color: '#FCB0AB'

red 252 ◦ green 176 ◦ blue 171

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

Shades of Sundown #FCB0AB

Tints of Sundown #FCB0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.55%

R = 42.07%
G = 29.38%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCB0AB (or 0xFCB0AB) is known color: Sundown. HEX triplet: FC, B0 and AB. RGB value is (252,176,171). Sum of RGB (Red+Green+Blue) = 252+176+171=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0AB is #034F54. Grayscale: #C6C6C6. Windows color (decimal): -216917 or 11251964. OLE color: 11251964.

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

Color convert

RGB 252 176 171 -
CMYK 0 0.30 0.32 0.01
HSL 3.7º 0.93% 0.83% -
HSV(B) 3.7º 0.32% 0.99% -
XYZ 63.02 54.69 45.76 -
YUV 198.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 252 176 171 0 0.30 0.32 0.01 3.7 0.93 0.83
Hex FC B0 AB 0 1E 20 1 4 5D 53
Octal 374 260 253 0 36 40 1 4 135 123
Binary 11111100 10110000 10101011 0 11110 100000 1 100 1011101 1010011

Color Harmonies of #FCB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0AB

Black with #FCB0AB

Text Example


Text Example

White with #FCB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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