Html Css Color HEX #FFA396 Rose Bud

📋 copy color: '#FFA396'

red 255 ◦ green 163 ◦ blue 150

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

Shades of Rose Bud #FFA396

Tints of Rose Bud #FFA396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.7%

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

R = 44.89%
G = 28.7%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFA396 (or 0xFFA396) is known color: Rose Bud. HEX triplet: FF, A3 and 96. RGB value is (255,163,150). Sum of RGB (Red+Green+Blue) = 255+163+150=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA396 is #005C69. Grayscale: #BDBDBD. Windows color (decimal): -23658 or 9872383. OLE color: 9872383.

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

Color convert

RGB 255 163 150 -
CMYK 0 0.36 0.41 0
HSL 7.43º 1% 0.79% -
HSV(B) 7.43º 0.41% 1% -
XYZ 59.84 49.66 35.28 -
YUV 189.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 255 163 150 0 0.36 0.41 0 7.43 1 0.79
Hex FF A3 96 0 24 29 0 7 64 4F
Octal 377 243 226 0 44 51 0 7 144 117
Binary 11111111 10100011 10010110 0 100100 101001 0 111 1100100 1001111

Color Harmonies of #FFA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA396

Black with #FFA396

Text Example


Text Example

White with #FFA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA396; }

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

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

background-color css

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

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

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

border-color css

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

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

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