#FAAE98

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

Shades of Rose Bud #FAAE98

Tints of Rose Bud #FAAE98

Color information

#FAAE98 (or 0xFAAE98) is unknown color: approx Rose Bud. HEX triplet: FA, AE and 98. RGB value is (250,174,152). Sum of RGB (Red+Green+Blue) = 250+174+152=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE98 is #055167. Grayscale: #C2C2C2. Windows color (decimal): -348520 or 10006266. OLE color: 10006266.

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

Color convert

RGB250174152-
CMYK00.300.390.02
HSL13.47º90.74%78.82%-
HSV(B)13.47º39.2%98.04%-
XYZ60.2352.8636.74-
YUV194.22104.18167.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=43.40%
G=30.21%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017415200.300.390.0213.4790.7478.82
HexFAAE9801E272d5b4f
Octal37225623003647215133117
Binary11111010101011101001100001111010011110110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAE98; }

 p { color: rgb(250,174,152); }

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

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

 a { background-color: rgb(250,174,152); }

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

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

 span { border-color: rgb(250,174,152); }

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