#FFA693

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

Shades of Rose Bud #FFA693

Tints of Rose Bud #FFA693

Color information

#FFA693 (or 0xFFA693) is unknown color: approx Rose Bud. HEX triplet: FF, A6 and 93. RGB value is (255,166,147). Sum of RGB (Red+Green+Blue) = 255+166+147=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA693 is #00596C. Grayscale: #BEBEBE. Windows color (decimal): -22893 or 9676543. OLE color: 9676543.

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

Color convert

RGB255166147-
CMYK00.350.420
HSL10.56º100%78.82%-
HSV(B)10.56º42.35%100%-
XYZ60.1450.6434.21-
YUV190.44103.49174.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 147 (57.81% from 255) = 25.88%
R=44.89%
G=29.23%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516614700.350.42010.5610078.82
HexFFA6930232A0b644f
Octal37724622304352013144117
Binary11111111101001101001001101000111010100101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA693; }

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

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

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

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

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

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

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

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