Html Css Color HEX #FCB3A1 Rose Bud

📋 copy color: '#FCB3A1'

red 252 ◦ green 179 ◦ blue 161

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

Shades of Rose Bud #FCB3A1

Tints of Rose Bud #FCB3A1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.24%

 BLUE value IS 161 (63.28% from 255) = 27.2%

R = 42.57%
G = 30.24%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCB3A1 (or 0xFCB3A1) is known color: Rose Bud. HEX triplet: FC, B3 and A1. RGB value is (252,179,161). Sum of RGB (Red+Green+Blue) = 252+179+161=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 161 (63.28% from 255 or 27.20% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB3A1 is #034C5E. Grayscale: #C6C6C6. Windows color (decimal): -216159 or 10597372. OLE color: 10597372.

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

Color convert

RGB 252 179 161 -
CMYK 0 0.29 0.36 0.01
HSL 11.87º 0.94% 0.81% -
HSV(B) 11.87º 0.36% 0.99% -
XYZ 62.7 55.51 41.13 -
YUV 198.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 252 179 161 0 0.29 0.36 0.01 11.87 0.94 0.81
Hex FC B3 A1 0 1D 24 1 C 5E 51
Octal 374 263 241 0 35 44 1 14 136 121
Binary 11111100 10110011 10100001 0 11101 100100 1 1100 1011110 1010001

Color Harmonies of #FCB3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3A1

Black with #FCB3A1

Text Example


Text Example

White with #FCB3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3A1; }

 p { color: rgb(252,179,161); }

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

background-color css

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

 a { background-color: rgb(252,179,161); }

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

border-color css

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

 span { border-color: rgb(252,179,161); }

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