#FAA48E

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

Shades of Rose Bud #FAA48E

Tints of Rose Bud #FAA48E

Color information

#FAA48E (or 0xFAA48E) is unknown color: approx Rose Bud. HEX triplet: FA, A4 and 8E. RGB value is (250,164,142). Sum of RGB (Red+Green+Blue) = 250+164+142=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA48E is #055B71. Grayscale: #BBBBBB. Windows color (decimal): -351090 or 9348346. OLE color: 9348346.

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

Color convert

RGB250164142-
CMYK00.340.430.02
HSL12.22º91.53%76.86%-
HSV(B)12.22º43.2%98.04%-
XYZ57.5848.8331.98-
YUV187.21102.49172.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 142 (55.86% from 255) = 25.54%
R=44.96%
G=29.50%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016414200.340.430.0212.2291.5376.86
HexFAA48E0222B2c5c4d
Octal37224421604253214134115
Binary111110101010010010001110010001010101110110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA48E; }

 p { color: rgb(250,164,142); }

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

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

 a { background-color: rgb(250,164,142); }

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

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

 span { border-color: rgb(250,164,142); }

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