#FAA693

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

Shades of Rose Bud #FAA693

Tints of Rose Bud #FAA693

Color information

#FAA693 (or 0xFAA693) is unknown color: approx Rose Bud. HEX triplet: FA, A6 and 93. RGB value is (250,166,147). Sum of RGB (Red+Green+Blue) = 250+166+147=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA693 is #05596C. Grayscale: #BDBDBD. Windows color (decimal): -350573 or 9676538. OLE color: 9676538.

HSL color Cylindrical-coordinate representation of color #FAA693: hue angle of 11.07º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAA693 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB250166147-
CMYK00.340.410.02
HSL11.07º91.15%77.84%-
HSV(B)11.07º41.2%98.04%-
XYZ58.3349.734.12-
YUV188.95104.33171.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 147 (57.81% from 255) = 26.11%
R=44.40%
G=29.48%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016614700.340.410.0211.0791.1577.84
HexFAA693022292b5b4e
Octal37224622304251213133116
Binary111110101010011010010011010001010100110101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA693; }

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

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

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

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

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

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

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

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