Html Css Color HEX #FFA196 Rose Bud

📋 copy color: '#FFA196'

red 255 ◦ green 161 ◦ blue 150

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

Shades of Rose Bud #FFA196

Tints of Rose Bud #FFA196

RGB

 RED value IS 255 (100% from 255) = 45.05%

 GREEN value IS 161 (63.28% from 255) = 28.45%

 BLUE value IS 150 (58.98% from 255) = 26.5%

R = 45.05%
G = 28.45%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFA196 (or 0xFFA196) is known color: Rose Bud. HEX triplet: FF, A1 and 96. RGB value is (255,161,150). Sum of RGB (Red+Green+Blue) = 255+161+150=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA196 is #005E69. Grayscale: #BBBBBB. Windows color (decimal): -24170 or 9871871. OLE color: 9871871.

HSL color Cylindrical-coordinate representation of color #FFA196: hue angle of 6.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFA196 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 161 150 -
CMYK 0 0.37 0.41 0
HSL 6.29º 1% 0.79% -
HSV(B) 6.29º 0.41% 1% -
XYZ 59.49 48.95 35.17 -
YUV 187.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 255 161 150 0 0.37 0.41 0 6.29 1 0.79
Hex FF A1 96 0 25 29 0 6 64 4F
Octal 377 241 226 0 45 51 0 6 144 117
Binary 11111111 10100001 10010110 0 100101 101001 0 110 1100100 1001111

Color Harmonies of #FFA196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA196

Black with #FFA196

Text Example


Text Example

White with #FFA196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA196; }

 p { color: rgb(255,161,150); }

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

background-color css

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

 a { background-color: rgb(255,161,150); }

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

border-color css

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

 span { border-color: rgb(255,161,150); }

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