Html Css Color HEX #FCB1AB Sundown

📋 copy color: '#FCB1AB'

red 252 ◦ green 177 ◦ blue 171

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

Shades of Sundown #FCB1AB

Tints of Sundown #FCB1AB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.5%

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

R = 42%
G = 29.5%
B = 28.5%

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

#FCB1AB (or 0xFCB1AB) is known color: Sundown. HEX triplet: FC, B1 and AB. RGB value is (252,177,171). Sum of RGB (Red+Green+Blue) = 252+177+171=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1AB is #034E54. Grayscale: #C6C6C6. Windows color (decimal): -216661 or 11252220. OLE color: 11252220.

HSL color Cylindrical-coordinate representation of color #FCB1AB: hue angle of 4.44º 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 #FCB1AB is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 177 171 -
CMYK 0 0.30 0.32 0.01
HSL 4.44º 0.93% 0.83% -
HSV(B) 4.44º 0.32% 0.99% -
XYZ 63.22 55.08 45.83 -
YUV 198.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 252 177 171 0 0.30 0.32 0.01 4.44 0.93 0.83
Hex FC B1 AB 0 1E 20 1 4 5D 53
Octal 374 261 253 0 36 40 1 4 135 123
Binary 11111100 10110001 10101011 0 11110 100000 1 100 1011101 1010011

Color Harmonies of #FCB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB1AB

Black with #FCB1AB

Text Example


Text Example

White with #FCB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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