Html Css Color HEX #FCB5B4 Sundown

📋 copy color: '#FCB5B4'

red 252 ◦ green 181 ◦ blue 180

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

Shades of Sundown #FCB5B4

Tints of Sundown #FCB5B4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.53%

 BLUE value IS 180 (70.7% from 255) = 29.36%

R = 41.11%
G = 29.53%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCB5B4 (or 0xFCB5B4) is known color: Sundown. HEX triplet: FC, B5 and B4. RGB value is (252,181,180). Sum of RGB (Red+Green+Blue) = 252+181+180=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5B4 is #034A4B. Grayscale: #CACACA. Windows color (decimal): -215628 or 11843068. OLE color: 11843068.

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

Color convert

RGB 252 181 180 -
CMYK 0 0.28 0.29 0.01
HSL 0.83º 0.92% 0.85% -
HSV(B) 0.83º 0.29% 0.99% -
XYZ 64.91 57.04 50.77 -
YUV 202.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 252 181 180 0 0.28 0.29 0.01 0.83 0.92 0.85
Hex FC B5 B4 0 1C 1D 1 1 5C 55
Octal 374 265 264 0 34 35 1 1 134 125
Binary 11111100 10110101 10110100 0 11100 11101 1 1 1011100 1010101

Color Harmonies of #FCB5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5B4

Black with #FCB5B4

Text Example


Text Example

White with #FCB5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5B4; }

 p { color: rgb(252,181,180); }

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

background-color css

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

 a { background-color: rgb(252,181,180); }

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

border-color css

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

 span { border-color: rgb(252,181,180); }

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