Html Css Color HEX #FFA497 Rose Bud

📋 copy color: '#FFA497'

red 255 ◦ green 164 ◦ blue 151

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

Shades of Rose Bud #FFA497

Tints of Rose Bud #FFA497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.77%

 BLUE value IS 151 (59.38% from 255) = 26.49%

R = 44.74%
G = 28.77%
B = 26.49%

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

#FFA497 (or 0xFFA497) is known color: Rose Bud. HEX triplet: FF, A4 and 97. RGB value is (255,164,151). Sum of RGB (Red+Green+Blue) = 255+164+151=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA497 is #005B68. Grayscale: #BDBDBD. Windows color (decimal): -23401 or 9938175. OLE color: 9938175.

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

Color convert

RGB 255 164 151 -
CMYK 0 0.36 0.41 0
HSL 7.5º 1% 0.8% -
HSV(B) 7.5º 0.41% 1% -
XYZ 60.1 50.05 35.77 -
YUV 189.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 255 164 151 0 0.36 0.41 0 7.5 1 0.8
Hex FF A4 97 0 24 29 0 8 64 50
Octal 377 244 227 0 44 51 0 10 144 120
Binary 11111111 10100100 10010111 0 100100 101001 0 1000 1100100 1010000

Color Harmonies of #FFA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA497

Black with #FFA497

Text Example


Text Example

White with #FFA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA497; }

 p { color: rgb(255,164,151); }

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

background-color css

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

 a { background-color: rgb(255,164,151); }

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

border-color css

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

 span { border-color: rgb(255,164,151); }

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