#FAA38F

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

Shades of Rose Bud #FAA38F

Tints of Rose Bud #FAA38F

Color information

#FAA38F (or 0xFAA38F) is unknown color: approx Rose Bud. HEX triplet: FA, A3 and 8F. RGB value is (250,163,143). Sum of RGB (Red+Green+Blue) = 250+163+143=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA38F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA38F is #055C70. Grayscale: #BABABA. Windows color (decimal): -351345 or 9413626. OLE color: 9413626.

HSL color Cylindrical-coordinate representation of color #FAA38F: hue angle of 11.21º degrees, saturation: 0.91, 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 #FAA38F is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB250163143-
CMYK00.350.430.02
HSL11.21º91.45%77.06%-
HSV(B)11.21º42.8%98.04%-
XYZ57.4848.532.32-
YUV186.73103.32173.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 143 (56.25% from 255) = 25.72%
R=44.96%
G=29.32%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016314300.350.430.0211.2191.4577.06
HexFAA38F0232B2b5b4d
Octal37224321704353213133115
Binary111110101010001110001111010001110101110101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA38F; }

 p { color: rgb(250,163,143); }

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

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

 a { background-color: rgb(250,163,143); }

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

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

 span { border-color: rgb(250,163,143); }

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