Html Css Color HEX #FFA796 Rose Bud

📋 copy color: '#FFA796'

red 255 ◦ green 167 ◦ blue 150

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

Shades of Rose Bud #FFA796

Tints of Rose Bud #FFA796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.2%

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

R = 44.58%
G = 29.2%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFA796 (or 0xFFA796) is known color: Rose Bud. HEX triplet: FF, A7 and 96. RGB value is (255,167,150). Sum of RGB (Red+Green+Blue) = 255+167+150=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA796 is #005869. Grayscale: #BFBFBF. Windows color (decimal): -22634 or 9873407. OLE color: 9873407.

HSL color Cylindrical-coordinate representation of color #FFA796: hue angle of 9.71º 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 #FFA796 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 167 150 -
CMYK 0 0.35 0.41 0
HSL 9.71º 1% 0.79% -
HSV(B) 9.71º 0.41% 1% -
XYZ 60.56 51.1 35.53 -
YUV 191.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 255 167 150 0 0.35 0.41 0 9.71 1 0.79
Hex FF A7 96 0 23 29 0 A 64 4F
Octal 377 247 226 0 43 51 0 12 144 117
Binary 11111111 10100111 10010110 0 100011 101001 0 1010 1100100 1001111

Color Harmonies of #FFA796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA796

Black with #FFA796

Text Example


Text Example

White with #FFA796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA796; }

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

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

background-color css

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

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

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

border-color css

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

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

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