#FAAB8A

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

Shades of Rose Bud #FAAB8A

Tints of Rose Bud #FAAB8A

Color information

#FAAB8A (or 0xFAAB8A) is unknown color: approx Rose Bud. HEX triplet: FA, AB and 8A. RGB value is (250,171,138). Sum of RGB (Red+Green+Blue) = 250+171+138=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB8A is #055475. Grayscale: #BFBFBF. Windows color (decimal): -349302 or 9087994. OLE color: 9087994.

HSL color Cylindrical-coordinate representation of color #FAAB8A: hue angle of 17.68º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAAB8A is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB250171138-
CMYK00.320.450.02
HSL17.68º91.8%76.08%-
HSV(B)17.68º44.8%98.04%-
XYZ58.5751.2830.86-
YUV190.8698.17170.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=44.72%
G=30.59%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017113800.320.450.0217.6891.876.08
HexFAAB8A0202D2125c4c
Octal37225321204055222134114
Binary1111101010101011100010100100000101101101001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB8A; }

 p { color: rgb(250,171,138); }

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

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

 a { background-color: rgb(250,171,138); }

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

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

 span { border-color: rgb(250,171,138); }

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