Html Css Color HEX #FCB2A5 Sundown

📋 copy color: '#FCB2A5'

red 252 ◦ green 178 ◦ blue 165

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

Shades of Sundown #FCB2A5

Tints of Sundown #FCB2A5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.92%

 BLUE value IS 165 (64.84% from 255) = 27.73%

R = 42.35%
G = 29.92%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCB2A5 (or 0xFCB2A5) is known color: Sundown. HEX triplet: FC, B2 and A5. RGB value is (252,178,165). Sum of RGB (Red+Green+Blue) = 252+178+165=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2A5 is #034D5A. Grayscale: #C6C6C6. Windows color (decimal): -216411 or 10859260. OLE color: 10859260.

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

Color convert

RGB 252 178 165 -
CMYK 0 0.29 0.35 0.01
HSL 8.97º 0.94% 0.82% -
HSV(B) 8.97º 0.35% 0.99% -
XYZ 62.86 55.25 42.95 -
YUV 198.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 252 178 165 0 0.29 0.35 0.01 8.97 0.94 0.82
Hex FC B2 A5 0 1D 23 1 9 5E 52
Octal 374 262 245 0 35 43 1 11 136 122
Binary 11111100 10110010 10100101 0 11101 100011 1 1001 1011110 1010010

Color Harmonies of #FCB2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2A5

Black with #FCB2A5

Text Example


Text Example

White with #FCB2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2A5; }

 p { color: rgb(252,178,165); }

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

background-color css

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

 a { background-color: rgb(252,178,165); }

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

border-color css

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

 span { border-color: rgb(252,178,165); }

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