#FFA696

Color #FFA696 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FFA696

Tints of Rose Bud #FFA696

Color information

#FFA696 (or 0xFFA696) is unknown color: approx Rose Bud. HEX triplet: FF, A6 and 96. RGB value is (255,166,150). Sum of RGB (Red+Green+Blue) = 255+166+150=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA696 is #005969. Grayscale: #BEBEBE. Windows color (decimal): -22890 or 9873151. OLE color: 9873151.

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

Color convert

RGB255166150-
CMYK00.350.410
HSL9.14º100%79.41%-
HSV(B)9.14º41.18%100%-
XYZ60.3850.7335.46-
YUV190.79104.99173.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 166 (65.23% from 255) = 29.07%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=44.66%
G=29.07%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516615000.350.4109.1410079.41
HexFFA6960232909644f
Octal37724622604351011144117
Binary11111111101001101001011001000111010010100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA696; }

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

 H1.HeaderClassName
 {
   color: #FFA696;
 }
 .AnyTagClassName
 {
   color: #FFA696;
 }
</style>
background-color css

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

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

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

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

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

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